summaryrefslogtreecommitdiffstats
path: root/nms-patches/RecipeRepair.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/RecipeRepair.patch')
-rw-r--r--nms-patches/RecipeRepair.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/RecipeRepair.patch b/nms-patches/RecipeRepair.patch
index 1d0f9144..ab7e7331 100644
--- a/nms-patches/RecipeRepair.patch
+++ b/nms-patches/RecipeRepair.patch
@@ -1,8 +1,8 @@
--- a/net/minecraft/server/RecipeRepair.java
+++ b/net/minecraft/server/RecipeRepair.java
-@@ -3,9 +3,13 @@
- import com.google.common.collect.Lists;
+@@ -4,9 +4,13 @@
import java.util.ArrayList;
+ import javax.annotation.Nullable;
-public class RecipeRepair implements IRecipe {
+public class RecipeRepair extends ShapelessRecipes implements IRecipe { // CraftBukkit - added extends
@@ -16,7 +16,7 @@
public boolean a(InventoryCrafting inventorycrafting, World world) {
ArrayList arraylist = Lists.newArrayList();
-@@ -62,7 +66,17 @@
+@@ -64,7 +68,17 @@
i1 = 0;
}