aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2024-04-12 11:24:08 -0700
committerJake Potrebic <[email protected]>2024-04-12 11:24:08 -0700
commit23a513ce1df5ee7e2697a14f04206687fd15afd8 (patch)
tree1af154c4c5c26873f2a73902302579bf6f2f3b04 /patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch
parentbadf407f77bf2e698b25b4fb3ed4085bdc12c104 (diff)
downloadPaper-feat/vineflower.tar.gz
Paper-feat/vineflower.zip
update fineflower and fix patches againfeat/vineflower
Diffstat (limited to 'patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch')
-rw-r--r--patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch b/patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch
index 9aea09e883..ebb7dd5a3e 100644
--- a/patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch
+++ b/patches/server/0381-Fix-piston-physics-inconsistency-MC-188840.patch
@@ -66,10 +66,10 @@ index b3732a6246a2b011e36c5c35fa2ac7749e75db16..3ae61e7b50bfc440c597f88843f92903
}
diff --git a/src/main/java/net/minecraft/world/level/block/piston/PistonMovingBlockEntity.java b/src/main/java/net/minecraft/world/level/block/piston/PistonMovingBlockEntity.java
-index 541f4ffd06509aa72cf26ea108f84160eac82bc3..0e15da7cae105196d444b924b8e0db190583ba30 100644
+index a9ad3a1534885a05b0c02e21cef1e7cbf849fdc2..7415011211925e962dcd1a3fdfde2c9bb6ec8335 100644
--- a/src/main/java/net/minecraft/world/level/block/piston/PistonMovingBlockEntity.java
+++ b/src/main/java/net/minecraft/world/level/block/piston/PistonMovingBlockEntity.java
-@@ -296,7 +296,7 @@ public class PistonMovingBlockEntity extends BlockEntity {
+@@ -292,7 +292,7 @@ public class PistonMovingBlockEntity extends BlockEntity {
if (world.getBlockState(pos).is(Blocks.MOVING_PISTON)) {
BlockState blockState = Block.updateFromNeighbourShapes(blockEntity.movedState, world, pos);
if (blockState.isAir()) {