Sometimes crashes when placing the backpack down
JohnTheCoolingFan opened this issue ยท 3 comments
Describe the bug
Sometimes, when placing down a backpack by pressing Sneak+RMB on a block, the game crashes (thrown into a "Saving world" screen and the game freezes, game gets saved). After loading the world again, the backpack is placed down on the ground and can be opened, inventory intact.
To Reproduce
Steps to reproduce the behavior:
- Select the backpack on the hotbar
- Sneak and right-click on the ground to place the backpack
Expected behavior
No crash
Screenshots
No screenshots
Versions
Game version: 1.18.2, mod version: 3.18.60.906, installed as part of CABIN modpack using curseforge client. Forge 40.2.18
latest.log
Some mod is causing code that is supposed to run before interation blocks are checked to not run. The only guess I have is rei plugin compatibilities because it for some reason seems to modify my code or at the very least it does some class loading on my code which is likely the cause of this issue. Try removing that and see if the issue persists but placing down backpack is extremely common thing that players do and I would have a ton of issues logged for that if it wasn't working so it's something to do with one of the mods in your modpack.