mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-16 18:31:53 +01:00
rebase
This commit is contained in:
parent
faf940fb58
commit
f8da497205
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ Subject: [PATCH] Call HangingBreakByEntityEvent for collision with boats
|
|||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/decoration/HangingEntity.java b/src/main/java/net/minecraft/world/entity/decoration/HangingEntity.java
|
||||
index f88918b7c15b72f4cb1dd313734f550432fd5858..b16bd05bc730cea3601408200baa898b072eb663 100644
|
||||
index bf2d91bbb4bf401696f5f5d14a67e3920a179084..ba01794f26914afe0fb922b99404578574592992 100644
|
||||
--- a/src/main/java/net/minecraft/world/entity/decoration/HangingEntity.java
|
||||
+++ b/src/main/java/net/minecraft/world/entity/decoration/HangingEntity.java
|
||||
@@ -125,14 +125,22 @@ public abstract class HangingEntity extends Entity {
|
||||
@@ -127,14 +127,22 @@ public abstract class HangingEntity extends Entity {
|
||||
BlockState material = this.level().getBlockState(this.blockPosition());
|
||||
HangingBreakEvent.RemoveCause cause;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue