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/InventorySubcontainer.java
+++ b/net/minecraft/server/InventorySubcontainer.java
@@ -3,6 +3,13 @@
import com.google.common.collect.Lists;
@@ -4,6 +4,13 @@
import java.util.List;
import javax.annotation.Nullable;
+// CraftBukkit start
+import java.util.List;
@@ -14,7 +14,7 @@
public class InventorySubcontainer implements IInventory {
private String a;
@@ -11,7 +18,47 @@
@@ -12,7 +19,47 @@
private List<IInventoryListener> d;
private boolean e;