[1.18.2] Server crash when breaking a Furnace from Iron Furnaces.
Gbergz opened this issue ยท 2 comments
Title^
Users have reported in my modpack that breaking a furnace from Iron Furnaces mod together with SecurityCraft crashes the server.
Versions:
Forge: 40.1.48
Minecraft: 1.18.2
SecurityCraft: 1.9.2
Crash-Report: https://gist.github.com/Gbergz/2a553896bdfc7054366cc8b07ddd9d80
Looking at the code of that mod, I'd argue it's a bug they need to fix. They need to check whether the block entity they are querying is actually the one they expect it to be. This crash could happen with many blocks, even vanilla ones. Report this to them, this is not on us to fix.
Line in question that needs a check for BlockMillionFurnaceTile before casting: https://github.com/Qelifern/IronFurnaces/blob/1.18.2/src/main/java/ironfurnaces/blocks/furnaces/BlockIronFurnaceBase.java#L262