Yeah XBony but you did not release my version yet... So that fault goes to your side...
My proof: I checked the line in the code that causes the crash:
Crash line:
Description: Ticking block entity java.lang.ClassCastException: ic2.core.block.reactor.tileentity.TileEntityNuclearReactorElectric cannot be cast to ic2.core.block.reactor.tileentity.TileEntityReactorChamberElectric at shedar.mods.ic2.nuclearcontrol.items.ItemCard55Reactor.update(ItemCard55Reactor.java:47)
My Code: https://github.com/xbony2/Nucl…temCard55Reactor.java#L47
Your Code: https://github.com/xbony2/Nucl…temCard55Reactor.java#L47
So i blame you. You simply think anything that you get is a Reactor chamber. I Simply ask for a IReactor and the function ask: Are you a IReactor, or are you a IReactorChamber, you ask the same question but you cast it to a Chamber no matter what...
So please check next time the source before you blame someone else for your faults... (because the blame could come back to you!)