
[BUG] Bobby Black-Hole Chest Crash
Stick404 opened this issue ยท 1 comments
Describe the bug
A crash with Spectrum and Bobby
To Reproduce
Load a world with a Black-Hole Chest, and Bobby
Expected behavior
Bobby to load a LOD verson of the Black-Hole Chst
Minecraft version
Minecraft (1.20.1) Fabric (Loader: 0.16.9, API: 0.92.2)
Mod version
1.8.1 Spectrum, with 5.0.1 Bobby
Screenshots
No Screen shots, unfortunately
Crash Report
If it is a crash bug add your crash log here. As well, it seems like the Black-Hole Chest has a missing Null check in getState()
and or ordinal()
.
The crash was introduced in 479ebc1 when the chest renderers were updated.
The render state property was never initialized.
Also why does that logic even run on the logical server? o.O
That should go into clientTick()