If you place a shulker box with items inside it and take an output with a comparator through a block, and than we destroy the shulker box, comparator doesn't update.
Can be fixed by calling the method net.minecraft.world.World.updateComparatorOutputLevel(BlockPos, Block)
on breakBlock(World, BlockPos, IBlockState)
.
Linked issues
is duplicated by 1
relates to 1
Attachments
Comments 3
Yeah, but it updates if you use chests, dispensers, droppers and hoppers, but it doesnt for jukebox, cake, end portal frame, item frame and probably something more 🙂
Relates to MC-16716