-
Notifications
You must be signed in to change notification settings - Fork 245
Description
Hello,
I get the following crash after update both forestry and ihl duting startup: http://pastebin.com/NqJxpTvD
Top of trace:
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: A mod has attempted to assign BlockID ihl.crop_harvestors.BlockFluidRubberTreeSap@7d2741f to the Fluid 'seedoil' but this Fluid has already been linked to BlockID forestry.core.fluids.BlockForestryFluid@7f7cf9cd. Configure your mods to prevent this from happening.
at net.minecraftforge.fluids.Fluid.setBlock(Fluid.java:128) ~[Fluid.class:?]
at net.minecraftforge.fluids.BlockFluidBase.(BlockFluidBase.java:66) ~[BlockFluidBase.class:?]
at net.minecraftforge.fluids.BlockFluidClassic.(BlockFluidClassic.java:27) ~[BlockFluidClassic.class:?]
at ihl.crop_harvestors.BlockFluidRubberTreeSap.(BlockFluidRubberTreeSap.java:29) ~[BlockFluidRubberTreeSap.class:?]
at ihl.worldgen.ores.IHLFluid.(IHLFluid.java:48) ~[IHLFluid.class:?]
at ihl.worldgen.ores.IHLFluid.init(IHLFluid.java:63) ~[IHLFluid.class:?]
at ihl.IHLMod.preInit(IHLMod.java:223) ~[IHLMod.class:?]
Forestry: build 379
IHL: build 522
Forge: 1277