Skip to content

Commit

Permalink
Support 1.10.2 and up in this jar
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Jun 30, 2017
1 parent 825756f commit e5e787a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import net.minecraftforge.fml.common.eventhandler.Event.Result;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

@Mod(modid = InfiniteFluids.MODID, version = InfiniteFluids.VERSION, guiFactory = "josephcsible.infinitefluids.InfiniteFluidsGuiFactory")
@Mod(modid = InfiniteFluids.MODID, version = InfiniteFluids.VERSION, acceptedMinecraftVersions = "[1.11,)", guiFactory = "josephcsible.infinitefluids.InfiniteFluidsGuiFactory")
public class InfiniteFluids
{
// XXX duplication with mcmod.info and build.gradle
Expand Down

0 comments on commit e5e787a

Please sign in to comment.