Update to Minecraft 1.9

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-03-01 08:32:46 +11:00
parent 2da480a9c8
commit 21d4bf5d1f
305 changed files with 6684 additions and 6105 deletions

View File

@@ -45,7 +45,7 @@
public TileEntityDispenser() {}
public int getSize() {
@@ -58,6 +90,7 @@
@@ -38,6 +70,7 @@
for (int k = 0; k < this.items.length; ++k) {
if (this.items[k] != null && TileEntityDispenser.f.nextInt(j++) == 0) {
@@ -53,7 +53,7 @@
i = k;
}
}
@@ -140,7 +173,7 @@
@@ -120,7 +153,7 @@
}
public int getMaxStackSize() {