NOT FINISHED! 1.13 pre-7
I need more creative commit messages.
This commit is contained in:
@@ -8,7 +8,7 @@ Allow control over whether or not an enderman aggros a player.
|
||||
This allows you to override/extend the pumpkin/stare logic.
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityEnderman.java b/src/main/java/net/minecraft/server/EntityEnderman.java
|
||||
index 4f8dd320f..2472edfc9 100644
|
||||
index df94b4ca9..f2fcba3d9 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityEnderman.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityEnderman.java
|
||||
@@ -0,0 +0,0 @@ public class EntityEnderman extends EntityMonster {
|
||||
@@ -26,5 +26,5 @@ index 4f8dd320f..2472edfc9 100644
|
||||
+ // Paper end
|
||||
ItemStack itemstack = (ItemStack) entityhuman.inventory.armor.get(3);
|
||||
|
||||
if (itemstack.getItem() == Item.getItemOf(Blocks.PUMPKIN)) {
|
||||
if (itemstack.getItem() == Blocks.CARVED_PUMPKIN.getItem()) {
|
||||
--
|
||||
Reference in New Issue
Block a user