Nic4Las / Minecraft-Enderite-Mod

MIT License
13 stars 21 forks source link

Enderite Shulker Boxes crash the game #99

Closed TheLittleBoat1401 closed 10 months ago

TheLittleBoat1401 commented 11 months ago

When using Enderite Shulker Boxes, they act buggy. Sometimes when breaking them, they don't appear, and when picking them up, the game crashes, leaving this message at the crash

The game crashed whilst ticking entity Error: java.lang.ClassCastException: class net.minecraft.class_2627 cannot be cast to class net.enderitemc.enderitemod.shulker.EnderiteShulkerBoxBlockEntity (net.minecraft.class_2627 and net.enderitemc.enderitemod.shulker.EnderiteShulkerBoxBlockEntity are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @55040f2f)

I added the crash report as well. crash-2023-12-08_21.11.41-server.txt

It doesn't happen with anything else of the mod, only the shulker boxes

TheLittleBoat1401 commented 11 months ago

[UPDATE] I figured out the problem.

Turns out the problem was caused by the mod Quick RightClick, which lets me open Shulker Boxes without placing them down, but this was causing the Enderite Shulker box to glitch out and cause the crashing when I tried reclaiming it. Sorry for the trouble