From 899ecd0d645ed7e7aeae6023b51003bf2e0c07b9 Mon Sep 17 00:00:00 2001 From: Lex Manos Date: Sat, 21 Feb 2015 18:43:21 -0800 Subject: [PATCH] Updated FML: MinecraftForge/FML@c9cf3136c265b2e8e46eab102b2310a9312b8cfb New @Mod properties to define which environment to load the mod on. clientSideOnly will only be loaded in the Client environment. serverSideOnly will only be loaded in the Dedicated server environment. Combine with acceptedMinecraftVersions to prevent users from loading the mod in the incorrect environment. --- fml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fml b/fml index 41e806fa9..c9cf3136c 160000 --- a/fml +++ b/fml @@ -1 +1 @@ -Subproject commit 41e806fa950839bf901ebf9c18d0c632a7c5538c +Subproject commit c9cf3136c265b2e8e46eab102b2310a9312b8cfb