OpenInv

4M Downloads

Opening a shulker box that has a non solid block in the way with silent chest does the open shulker animation and the shulker doesn't close.

matthew2837 opened this issue ยท 4 comments

commented
Silent.Chest.Shulker.Open.mp4
commented

Please try without client mods installed. You've clearly got several things accessing inventories in that video.

commented

Also, include basic information like server version and OpenInv version.

commented

Open Inv Version 4.1.8, Paper MC 1.17.1 124

Minecraft.1.17.1.-.Multiplayer.3rd-party.Server.2021-07-25.23-58-35_Trim.mp4
commented

Interesting, it's two "separate" issues. Upper slabs are considered blocking because the whole block is checked instead of just the lower half. Signs specifically internally report themselves as having an empty bounding box in this case, but I'm not sure yet why.

Slabs is an easy fix. Not sure how I want to approach signs. It feels like a regression to go back to using pure NMS for that part, but special cases will probably slip through the cracks if I don't.