Minecraft 1.9.4

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-05-10 21:47:39 +10:00
parent c9a6e9175c
commit d506c12c07
236 changed files with 1471 additions and 1822 deletions

View File

@@ -1,8 +1,8 @@
--- a/net/minecraft/server/TileEntityDispenser.java
+++ b/net/minecraft/server/TileEntityDispenser.java
@@ -2,12 +2,44 @@
@@ -3,12 +3,44 @@
import java.util.Random;
import javax.annotation.Nullable;
+// CraftBukkit start
+import java.util.List;
@@ -45,7 +45,7 @@
public TileEntityDispenser() {}
public int getSize() {
@@ -42,6 +74,7 @@
@@ -46,6 +78,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;
}
}
@@ -130,7 +163,7 @@
@@ -135,7 +168,7 @@
}
public int getMaxStackSize() {