diff options
Diffstat (limited to 'patches/server/0122-Add-API-methods-to-control-if-armor-stands-can-move.patch')
-rw-r--r-- | patches/server/0122-Add-API-methods-to-control-if-armor-stands-can-move.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0122-Add-API-methods-to-control-if-armor-stands-can-move.patch b/patches/server/0122-Add-API-methods-to-control-if-armor-stands-can-move.patch index 0921060796..e164186ab4 100644 --- a/patches/server/0122-Add-API-methods-to-control-if-armor-stands-can-move.patch +++ b/patches/server/0122-Add-API-methods-to-control-if-armor-stands-can-move.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Add API methods to control if armor stands can move diff --git a/src/main/java/net/minecraft/world/entity/decoration/ArmorStand.java b/src/main/java/net/minecraft/world/entity/decoration/ArmorStand.java -index 4caa354922110c8662549bae271f1f7cf1a2168f..d33c49c4a4b87a5203f9b4592deff9389e6e870d 100644 +index c443fef645702e2a3eae8dcd1526d4bc4d269b0f..dd7ecba4525d90e6b9509d1c3cab24c1615e37a9 100644 --- a/src/main/java/net/minecraft/world/entity/decoration/ArmorStand.java +++ b/src/main/java/net/minecraft/world/entity/decoration/ArmorStand.java @@ -96,6 +96,7 @@ public class ArmorStand extends LivingEntity { @@ -16,7 +16,7 @@ index 4caa354922110c8662549bae271f1f7cf1a2168f..d33c49c4a4b87a5203f9b4592deff938 public ArmorStand(EntityType<? extends ArmorStand> type, Level world) { super(type, world); -@@ -936,4 +937,13 @@ public class ArmorStand extends LivingEntity { +@@ -942,4 +943,13 @@ public class ArmorStand extends LivingEntity { public boolean canBeSeenByAnyone() { return !this.isInvisible() && !this.isMarker(); } |