Open AsherMaximum opened 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()
Conveniently, the lock is getting removed already when another block is placed there, so this is not too big of an issue
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()