mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 18:37:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: 8ccb7fd67 Add and implement cancellable TargetHitEvent for when Target Blocks are hit by Projectiles 0507b5d7f [Auto] Updated Upstream (CraftBukkit) 1c2571224 [CI-SKIP] [Auto] Rebuild Patches 2b312dfbe Add OBSTRUCTED result to BedEnterResult enum a5201ac98 [CI-SKIP] [Auto] Rebuild Patches fb7503399 added PlayerTradeEvent
This commit is contained in:
@@ -5,10 +5,10 @@ Subject: [PATCH] Allow leashing villagers
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityInsentient.java b/src/main/java/net/minecraft/server/EntityInsentient.java
|
||||
index 815dd2b5ab90fd95da72bf6a3b742e0ff9fd1670..d818f46046f0580bd453f99bc7ddeb339f8f106e 100644
|
||||
index 7dc165f5150c9143c1b475002a3b79034309c5b9..604cd36cf50a87e7bd9a39be728f46ccd099b2fc 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityInsentient.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityInsentient.java
|
||||
@@ -1145,6 +1145,7 @@ public abstract class EntityInsentient extends EntityLiving {
|
||||
@@ -1146,6 +1146,7 @@ public abstract class EntityInsentient extends EntityLiving {
|
||||
if (!this.isAlive()) {
|
||||
return EnumInteractionResult.PASS;
|
||||
} else if (this.getLeashHolder() == entityhuman) {
|
||||
|
||||
Reference in New Issue
Block a user