[1.16.3] CTD: Cannot get property DirectionProperty
Flatts3000 opened this issue ยท 2 comments
Modpack: All the Mods 6 - 1.2.1 on a multiplayer server
Crash to desktop after breaking a Layout Guide. Broke the guide successfully a few times and it crashed the last time I broke it.
I think that the tile entity renderer on the client is still being called just after the block is removed from the world. Therefore when it is broken, I try to get the direction that the layout block is facing and it is air so fails.
I cannot replicate the issue, but I'll put some protection round it to prevent this from causing any issues.