summaryrefslogtreecommitdiffstats
path: root/nms-patches/RecipeShulkerBox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/RecipeShulkerBox.patch')
-rw-r--r--nms-patches/RecipeShulkerBox.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/RecipeShulkerBox.patch b/nms-patches/RecipeShulkerBox.patch
index e38557c7..f3eab88b 100644
--- a/nms-patches/RecipeShulkerBox.patch
+++ b/nms-patches/RecipeShulkerBox.patch
@@ -3,12 +3,12 @@
@@ -1,8 +1,15 @@
package net.minecraft.server;
--public class RecipeShulkerBox { public static class Dye extends IRecipe {
+-public class RecipeShulkerBox { public static class Dye implements IRecipe {
+// CraftBukkit - decompile weirdness
+public class RecipeShulkerBox {
- public Dye() {}
-+ public static class Dye extends ShapelessRecipes { // CraftBukkit
++ public static class Dye extends ShapelessRecipes implements IRecipe { // CraftBukkit - added extends
+
+ // CraftBukkit start - Delegate to new parent class with bogus info
+ public Dye() {