Server crash on rightclicking Factory Heart
Coding-Kiwi opened this issue · 2 comments
woot version 0.0.9
crash report:
https://pastebin.com/ApaJ0kHD
I think I've tracked this one down to calling getTileEntity(x) where x is null.
It has however brought up a more interesting questions of me calling getTileEntity, isBlockLoaded with null.
So I'll fix the bug you reported and audit the other possibles instances of this.
Thanks for this bug report - it identified a mistake for the the multiblock logic I rewrote!
The reason you were seeing a crash, was that the remote part of the factory was no longer required for a valid factory, which is incorrect. I've updated that check.
I'll try to get a new release 0.0.10 out as soon as possible.