Crashing from Energy Crystals + ShulkerBoxlToolTip + Inmis
itsdinkd opened this issue ยท 4 comments
Storing Energy Crystals from TechReborn (and maybe other crystals too) inside an Inmis backpack, crashes the game when you try to see the preview of the contents inside it (Tries to render the energy Crystal's stored energy).
SOLUTION: temporarily disable Shulker Box Tooltips and take the crystals out.
Crash Report: https://paste.corebot.dev/najatecoqa.php
Link to SBTT Issue: MisterPeModder/ShulkerBoxTooltip#70
After looking at the crash logs and the mods involved (Tech Reborn, Shulker Box Tooltip, and Dank Storage) in my own instance of this issue it seems to be related to the Energy mod's SimpleBatteryItem issue here: TechReborn/Energy#17
It is a bug in ShulkerBoxTooltips, as they ignore maxCount apparently. I'll try to fix it there.