Allow nerfed blazes, endermen to take water damage (#2847)

Fixes GH-2841
This commit is contained in:
Gergely Sarkozi
2020-02-09 05:19:54 +01:00
parent c98952aa60
commit d9df388e69
19 changed files with 81 additions and 53 deletions

View File

@@ -13,7 +13,7 @@ Quickly loading the exact world spawn chunk before searching the
heightmap resolves the issue without having to load all spawn chunks.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index ac34a1008..3db5ac19a 100644
index 05862e0e7..e6727c58a 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke