[1.12.2]Nuclearcraft 2.9b - Crash on client start
LokeYourC3PH opened this issue ยท 1 comments
I leave this here for you to investigate :) Not much information I can provide, it happens the instance I want to start the game.
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from NuclearCraft (nuclearcraft)
Caused by: java.lang.NoSuchMethodError: nc.fluid.FluidBase.setColor(I)Lnet/minecraftforge/fluids/Fluid;
at nc.fluid.FluidBase.<init>(FluidBase.java:21)
at nc.fluid.FluidGas.<init>(FluidGas.java:17)
at nc.init.NCFluids.init(NCFluids.java:137)
at nc.proxy.CommonProxy.preInit(CommonProxy.java:57)
at nc.proxy.ClientProxy.preInit(ClientProxy.java:41)
at nc.NuclearCraft.preInit(NuclearCraft.java:34)