Skip to content

Commit

Permalink
Fix that Hunger Overhaul won't start when natura is installed because…
Browse files Browse the repository at this point in the history
… of the version. Closes #131
  • Loading branch information
alexbegt committed Mar 7, 2017
1 parent a0667d9 commit a512de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/iguanaman/hungeroverhaul/HungerOverhaul.java
Expand Up @@ -37,7 +37,7 @@
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;

@Mod(modid = HungerOverhaul.modID, name = HungerOverhaul.modName, version = HungerOverhaul.modVersion, dependencies = "required-after:Forge@[12.18.0.1993,);required-after:AppleCore;after:tconstruct;after:harvestcraft;after:natura@[4.1.0.24,);after:ic2;after:*", acceptedMinecraftVersions = "[1.10.2, 1.11)")
@Mod(modid = HungerOverhaul.modID, name = HungerOverhaul.modName, version = HungerOverhaul.modVersion, dependencies = "required-after:Forge@[12.18.0.1993,);required-after:AppleCore;after:tconstruct;after:harvestcraft;after:natura@[1.10.2-4.1.0.24,);after:ic2;after:*", acceptedMinecraftVersions = "[1.10.2, 1.11)")
public class HungerOverhaul
{
public static final String modID = Util.MODID;
Expand Down

0 comments on commit a512de6

Please sign in to comment.