@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user