From 3515aa1fa73932d28258128e7cccfbc5ec5270bb Mon Sep 17 00:00:00 2001 From: Adubbz Date: Thu, 17 Nov 2016 12:35:12 +1100 Subject: [PATCH] Updated required forge version --- src/main/java/biomesoplenty/core/BiomesOPlenty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/biomesoplenty/core/BiomesOPlenty.java b/src/main/java/biomesoplenty/core/BiomesOPlenty.java index 5ed8d1c45..9d0990024 100644 --- a/src/main/java/biomesoplenty/core/BiomesOPlenty.java +++ b/src/main/java/biomesoplenty/core/BiomesOPlenty.java @@ -44,7 +44,7 @@ import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import net.minecraftforge.fml.common.event.FMLServerStartingEvent; import net.minecraftforge.fml.common.network.NetworkRegistry; -@Mod(modid = BiomesOPlenty.MOD_ID, version = BiomesOPlenty.MOD_VERSION , name = BiomesOPlenty.MOD_NAME, dependencies = "required-after:forge@[12.18.1.2039,)", guiFactory = BiomesOPlenty.GUI_FACTORY) +@Mod(modid = BiomesOPlenty.MOD_ID, version = BiomesOPlenty.MOD_VERSION , name = BiomesOPlenty.MOD_NAME, dependencies = "required-after:forge@[13.19.0.2133,)", guiFactory = BiomesOPlenty.GUI_FACTORY) public class BiomesOPlenty { public static final String MOD_NAME = "Biomes O' Plenty";