Hardcoded the minimum Forge dependency. This alerts users of the cause of issues such as java.lang.NoSuchMethodError: net.minecraftforge.fluids.Fluid.<init>

This commit is contained in:
Adubbz 2015-08-08 16:09:01 +10:00
parent d76e977386
commit b46b222f41

View file

@ -25,7 +25,7 @@ import org.apache.logging.log4j.Logger;
import biomesoplenty.common.command.BOPCommand;
import biomesoplenty.common.init.*;
@Mod(modid = BiomesOPlenty.MOD_ID, name = BiomesOPlenty.MOD_NAME)
@Mod(modid = BiomesOPlenty.MOD_ID, name = BiomesOPlenty.MOD_NAME, dependencies = "required-after:Forge@[11.14.3.1468,)")
public class BiomesOPlenty
{
public static final String MOD_NAME = "Biomes O' Plenty";