[Auto] Updated Upstream (CraftBukkit)

Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
aed3aecb Make natural item dropping mimic Vanilla
This commit is contained in:
Automated
2018-10-31 05:21:34 -04:00
parent 07874655b3
commit bb35e6164c
14 changed files with 53 additions and 53 deletions

View File

@@ -29,7 +29,7 @@ index 23529954b..7914f9b60 100644
return this.G < 4;
}
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
index fd494e9fc..29dc2c270 100644
index f3a9649ef..9f3d87217 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
@@ -0,0 +0,0 @@ public class CraftWorld implements World {