[1.15.2] Lantern Of Paranoia crashes game with Storage Drawers
BeastgameTL opened this issue ยท 3 comments
The Lantern Of Paranoia crashed minecraft when checking if the storage drawer at a potential torch position is replacable.
Crash Report: https://pastebin.com/mhuMW5SE
Can confirm, have seen the same issue on my server. Amusingly, it doesn't actually crash the server, but it does result in kicking the player causing it off, repeatedly. Fixing requires editing their player data to either move them away from the drawers or remove the lantern from their inventory.
well, this is actually storage drawers relying on player being passed in there even though it doesn't need to be. I may have a way to fix that, but it won't fix any other mod not passing player even though mods don't need to. Proper fix needs to be done on storage drawers side to fix that.