Dying in a Create crushing wheel causes softlock crashing
pllot opened this issue ยท 6 comments
The crash seems to occur when Create mod attempts to crush the gravestone.
Steps to reproduce the behavior:
- Set up crushing wheels
- Fall in and die
Expected behavior
Game should not crash
- OS: Windows
- Minecraft Version: 1.18.2
- Version: Fabric, 1.3.11
Additional context
Can use another application to delete the grave, so you can load in to your world again. It became a generic grave when I tried to move it, but '/yigd restore' works to restore items.
This may be more of a compatibility thing for create to deal with but I figured I would leave this here, as well as ask if there's something I can do to prevent this from crashing my world again.
crash-2022-11-15_23.57.02-client.txt
crash-2022-11-15_23.51.53-client.txt
51 is the first crash, 57 was relaunch
Lol I actually think this is for some reason inventory tabs. I've had this reported before but I have no idea where it comes from or why it's thrown. Mighgt look into it at some point if inventory tabs doesn't fix it
Ah okay. I had crashed before from that mod by opening inventory next to a grave, but I just made a mental note to not do that again
Alright figured it out. So inventory tabs tries to add all block entities as inventory tabs, including graves. The mod dev of inventory tabs actually thought of this and added a tag for mod devs to add block entities to that should not be used when generating the tabs.
In other words I've managed to fix this on my end. I'll update the mod in a few days. In the meantime you can add graves to the inventory tabs exclude config if you want to, but I'll let you know as soon as I update