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:
parent
d76e977386
commit
b46b222f41
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue