Fix armor stands still doing entity collision

This commit is contained in:
Yive
2020-10-25 11:06:01 -07:00
committed by Mariell
parent 72de619083
commit b64ee74a23
5 changed files with 22 additions and 10 deletions

View File

@@ -8,10 +8,10 @@ Add the following:
- Enable/Disable slot interactions
diff --git a/src/main/java/net/minecraft/server/EntityArmorStand.java b/src/main/java/net/minecraft/server/EntityArmorStand.java
index f2938b115aa34158e76da9f974f5746ed43630e1..c83f7a0baee28c93b035a4bee68eb26374d50a79 100644
index 0330bdf46a3baba169dd226261094a18a6aecf54..554bf021f05165438ef4a0db75f9654b4d4b5480 100644
--- a/src/main/java/net/minecraft/server/EntityArmorStand.java
+++ b/src/main/java/net/minecraft/server/EntityArmorStand.java
@@ -387,6 +387,7 @@ public class EntityArmorStand extends EntityLiving {
@@ -388,6 +388,7 @@ public class EntityArmorStand extends EntityLiving {
return enumitemslot;
}