Closed meelock closed 8 years ago
Thanks for reporting this bug!
Which mods are you using? Or even better, which other mod you use owns a tileEntity named "charger"?
v.0.8.4 should fix this bug: http://minecraft.curseforge.com/projects/crystallogy/files/2308430
This mod's tile entity "charger" conflicts with Induction charger's tile entity "charger".
a simplified crash report here:
java.lang.IllegalArgumentException: Duplicate id: charger at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:36) at net.minecraftforge.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:253) at de.comeight.crystallogy.CommonProxy.registerTileEntitys(CommonProxy.java:172) at de.comeight.crystallogy.CommonProxy.init(CommonProxy.java:488) at de.comeight.crystallogy.ClientProxy.init(ClientProxy.java:52) at de.comeight.crystallogy.CrystallogyBase.init(CrystallogyBase.java:38)