summaryrefslogtreecommitdiffstats
path: root/nms-patches/RecipeArmorDye.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/RecipeArmorDye.patch')
-rw-r--r--nms-patches/RecipeArmorDye.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/RecipeArmorDye.patch b/nms-patches/RecipeArmorDye.patch
index b48d0e5b..da5dd043 100644
--- a/nms-patches/RecipeArmorDye.patch
+++ b/nms-patches/RecipeArmorDye.patch
@@ -1,8 +1,8 @@
--- a/net/minecraft/server/RecipeArmorDye.java
+++ b/net/minecraft/server/RecipeArmorDye.java
-@@ -4,9 +4,13 @@
+@@ -3,9 +3,13 @@
+ import com.google.common.collect.Lists;
import java.util.ArrayList;
- import javax.annotation.Nullable;
-public class RecipeArmorDye implements IRecipe {
+public class RecipeArmorDye extends ShapelessRecipes implements IRecipe { // CraftBukkit - added extends
@@ -15,4 +15,4 @@
+ // CraftBukkit end
public boolean a(InventoryCrafting inventorycrafting, World world) {
- ItemStack itemstack = null;
+ ItemStack itemstack = ItemStack.a;