Misc. 1.19 fixes (#7881)

This commit is contained in:
Noah van der Aa
2022-06-08 10:45:59 +02:00
parent 5f8843665b
commit 535fb2d726
9 changed files with 14 additions and 30 deletions

View File

@@ -1139,7 +1139,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
if (!world.isClientSide) {
if (state.canSurvive(world, pos)) {
- this.updatePowerStrength(world, pos, state);
+ this.updateSurroundingRedstone(world, pos, state, fromPos); // Paper - Optimize redstone
+ this.updateSurroundingRedstone(world, pos, state, sourcePos); // Paper - Optimize redstone
} else {
dropResources(state, world, pos);
world.removeBlock(pos, false);