Astral Sorcery

Astral Sorcery

63M Downloads

Storage Drawer/Formation Wand Crash

Zypher720 opened this issue ยท 2 comments

commented

If you allow the formation wands plane modes to display an ethereal sheet of blocks over a storage drawer, the game will immediately crash to desktop.
crash-2020-10-18_21.40.20-client.txt

commented

Should be reported to storage drawers, as the crash is triggering on their class.

commented

https://github.com/jaquadro/StorageDrawers/blob/1.15/src/main/java/com/jaquadro/minecraft/storagedrawers/block/BlockDrawers.java#L235

.getPlayer can be null, this is explicitly defined as such. StorageDrawers doesn't check for this as they should. Not an issue on my end.

Report this to StorageDrawers instead.