Update to Minecraft 1.16.1

This commit is contained in:
md_5
2020-06-25 10:00:00 +10:00
parent be6aaf046e
commit 7ea3c040bc
424 changed files with 5960 additions and 5636 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/Block.java
+++ b/net/minecraft/server/Block.java
@@ -489,7 +489,13 @@
@@ -217,7 +217,13 @@
EntityItem entityitem = new EntityItem(world, (double) blockposition.getX() + d0, (double) blockposition.getY() + d1, (double) blockposition.getZ() + d2, itemstack);
entityitem.defaultPickupDelay();
@@ -15,8 +15,8 @@
}
}
@@ -682,6 +688,12 @@
return "Block{" + IRegistry.BLOCK.getKey(this) + "}";
@@ -344,6 +350,12 @@
return this;
}
+ // CraftBukkit start
@@ -25,6 +25,6 @@
+ }
+ // CraftBukkit end
+
public static enum EnumRandomOffset {
public static final class a {
NONE, XZ, XYZ;
private final IBlockData a;