Crash with tornado in progress.
omegadmm opened this issue ยท 1 comments
crash-2017-04-30_11.02.15-server.txt
Seems it is with a certain block from another mod. I will post with them as well.
Vampirism's block was using the tile entity at it's blockpos during #breakBlock
without null checking. Apparently the tornado destroys the tileentity before the block.
I've added a null check to Vampirism's code.