[1.16] Crash when opening Tool Config gui when connected to a server.
GreenScripter opened this issue ยท 1 comments
Base information
- Minecraft version: 1.16.5
- Mod version: 1.16.5-3.0.15.415
- Minecraft Forge version: 1.16.5-36.2.0
- Mod Pack: Issue persists when using just Draconic Evolution and its dependencies.
Crash report
Description / steps to reproduce
This crash occurs if you are connected to a multiplayer server and open the tool config gui. May require having at least one configurable item in the inventory, I didn't test that.
It works correctly if you test it in singleplayer, the crash only occurs in multiplayer.
I'd been fiddling with the code a bit (though I found this crash in the official download specifically) and so I tinkered with it to see if I could fix the issue. I'm by no means a Forge expert, but I found that removing the line that draws the gui.draconicevolution.item_config.drop_prop_here
string on the screen in the PropertyContainer class prevented it from crashing and after that the UI worked as expected.