Mining Gadgets

Mining Gadgets

33M Downloads

[1.16.3] ATM-6 Crash to desktop when mining QuarryPlus frame

alexandrusendroni opened this issue · 3 comments

commented

When mining a QuarryPlus frame with a Mining gadget, the game crashes.

To Reproduce

Create a new Quarry.
Let the Quarry create the frame
Attempt to mine a QuarryPlus frame block with a Mining Gadget.

Expected behavior
Do not change the QuarryPlus frame state OR mine/destroy the frame.

crash-2020-11-09_18.40.19-server.txt

commented

RenderBlockTileEntity te = (RenderBlockTileEntity) world.getTileEntity(coord);

world.getTileEntity(...) can return null.

commented

That would be really weird for that to be null, likely if the setstate is rejected. I’ll get this sorted