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/ShapelessRecipes.java
+++ b/net/minecraft/server/ShapelessRecipes.java
@@ -5,6 +5,11 @@
import java.util.Iterator;
@@ -6,6 +6,11 @@
import java.util.List;
import javax.annotation.Nullable;
+// CraftBukkit start
+import org.bukkit.craftbukkit.inventory.CraftItemStack;
@@ -12,7 +12,7 @@
public class ShapelessRecipes implements IRecipe {
private final ItemStack result;
@@ -15,6 +20,20 @@
@@ -16,6 +21,20 @@
this.ingredients = list;
}
@@ -30,6 +30,6 @@
+ }
+ // CraftBukkit end
+
@Nullable
public ItemStack b() {
return this.result;
}