Reliquary Reincarnations

Reliquary Reincarnations

51M Downloads

[1.15.2] Lantern Of Paranoia crashes game with Storage Drawers

BeastgameTL opened this issue ยท 3 comments

commented

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

commented

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.

commented

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.

commented

The latest version has a code change that prevents the crash with Lantern, but it won't prevent crashes with any other mod that may not be passing player there (like I saw is the case with botania). Storage drawers really need to make the fix to handle that properly.