9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 03:49:10 +00:00

Update Paper

This commit is contained in:
violetc
2022-05-03 18:15:13 +08:00
parent 9963d8b001
commit 03e8d0082c
4 changed files with 7 additions and 7 deletions

View File

@@ -56,10 +56,10 @@ index 49cf3601df7b145d49b1fe9a71ba0bc60c5394b3..702937e741c8607958f6e0215d11dc34
}
diff --git a/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java b/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java
index e234373432f34f237f884f7054c0d80829228522..2892fbc37fae0291e321093a2dbf09b64e934505 100644
index 46102c28d10b11ecbafd3dda2de66982eaed8a00..4fcabda051480cb260194ed6116cb3d43a6d0caa 100644
--- a/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java
+++ b/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java
@@ -120,11 +120,7 @@ public class FallingBlockEntity extends Entity {
@@ -126,11 +126,7 @@ public class FallingBlockEntity extends Entity {
@Override
public void tick() {
@@ -72,7 +72,7 @@ index e234373432f34f237f884f7054c0d80829228522..2892fbc37fae0291e321093a2dbf09b6
if (this.blockState.isAir()) {
this.discard();
} else {
@@ -137,11 +133,7 @@ public class FallingBlockEntity extends Entity {
@@ -143,11 +139,7 @@ public class FallingBlockEntity extends Entity {
this.move(MoverType.SELF, this.getDeltaMovement());