summaryrefslogtreecommitdiffstats
path: root/nms-patches/ShapelessRecipes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ShapelessRecipes.patch')
-rw-r--r--nms-patches/ShapelessRecipes.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/ShapelessRecipes.patch b/nms-patches/ShapelessRecipes.patch
index cbe208aa..914c0af9 100644
--- a/nms-patches/ShapelessRecipes.patch
+++ b/nms-patches/ShapelessRecipes.patch
@@ -1,7 +1,7 @@
--- a/net/minecraft/server/ShapelessRecipes.java
+++ b/net/minecraft/server/ShapelessRecipes.java
-@@ -5,6 +5,10 @@
- import com.google.gson.JsonObject;
+@@ -6,6 +6,10 @@
+ import com.google.gson.JsonParseException;
import java.util.ArrayList;
import java.util.Iterator;
+// CraftBukkit start
@@ -11,7 +11,7 @@
public class ShapelessRecipes extends IRecipe {
-@@ -17,6 +21,21 @@
+@@ -18,6 +22,21 @@
this.ingredients = nonnulllist;
}