Skip to content

Commit

Permalink
Allow this mod to be server-only
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Sep 26, 2017
1 parent 32b3368 commit e3715c4
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@
import net.minecraftforge.fml.common.eventhandler.Event.Result;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

@Mod(modid = InfiniteFluids.MODID, version = InfiniteFluids.VERSION, dependencies = "required-after:Forge@[12.18.1.2023,)", guiFactory = "josephcsible.infinitefluids.InfiniteFluidsGuiFactory")
@Mod(
modid = InfiniteFluids.MODID,
version = InfiniteFluids.VERSION,
dependencies = "required-after:Forge@[12.18.1.2023,)",
acceptableRemoteVersions = "*",
guiFactory = "josephcsible.infinitefluids.InfiniteFluidsGuiFactory"
)
public class InfiniteFluids
{
// XXX duplication with mcmod.info and build.gradle
Expand Down

0 comments on commit e3715c4

Please sign in to comment.