summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityInsentient.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityInsentient.patch')
-rw-r--r--nms-patches/EntityInsentient.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/EntityInsentient.patch b/nms-patches/EntityInsentient.patch
index f29afe3e..8098e9a7 100644
--- a/nms-patches/EntityInsentient.patch
+++ b/nms-patches/EntityInsentient.patch
@@ -16,6 +16,15 @@
public abstract class EntityInsentient extends EntityLiving {
private static final DataWatcherObject<Byte> a = DataWatcher.a(EntityInsentient.class, DataWatcherRegistry.a);
+@@ -27,7 +36,7 @@
+ public float[] dropChanceHand;
+ private final NonNullList<ItemStack> by;
+ public float[] dropChanceArmor;
+- public boolean canPickUpLoot;
++ // public boolean canPickUpLoot; // CraftBukkit - moved up to EntityLiving
+ public boolean persistent;
+ private final Map<PathType, Float> bB;
+ private MinecraftKey bC;
@@ -57,6 +66,9 @@
this.r();
}