AsherMaximum / MinecraftBedrockLockedChests

GNU General Public License v3.0
0 stars 0 forks source link

Shulker lock not removed when broken with piston #1

Open AsherMaximum opened 3 months ago

AsherMaximum commented 3 months ago

When a piston pushes into a shulker, the block where the shulker was is still tagged with a lock. This is likely because the block that the shulker was on is not part of event.piston.getAttachedBlocks()

AsherMaximum commented 3 months ago

Conveniently, the lock is getting removed already when another block is placed there, so this is not too big of an issue