pcal43 / quicksort

Minecraft mod. Low-effort item sorting to keep your workshop organized.
https://modrinth.com/mod/quicksort
MIT License
7 stars 3 forks source link

check cast to `ChestBlock` more carefully, debug if fails #28

Open Volgrey opened 1 year ago

Volgrey commented 1 year ago

Hello, I have encountered a problem with the Mythic Metals Decoration mod. I don't know if I configured the mod wrong or if it's really a bug. log.txt quicksort.txt

Do you have any idea what caused the error?

Thanks a lot in advance

pcal43 commented 10 months ago

It sort of looks like theres a chest in Mythic Metals that isn't going to work with quicksort.

I can silence the error but I'm not sure I can make it actually work.

pcal43 commented 10 months ago

return getInventory((ChestBlock)block, blockState, world, blockPos, true);

Apparently there are some mods that have ChestBlockEntities that are attached to something other than a ChestBlock.