summaryrefslogtreecommitdiffstats
path: root/nms-patches/RecipeFireworks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/RecipeFireworks.patch')
-rw-r--r--nms-patches/RecipeFireworks.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/RecipeFireworks.patch b/nms-patches/RecipeFireworks.patch
index 22a7a3b8..5ce9b621 100644
--- a/nms-patches/RecipeFireworks.patch
+++ b/nms-patches/RecipeFireworks.patch
@@ -6,9 +6,9 @@
-public class RecipeFireworks extends IRecipeComplex {
+public class RecipeFireworks extends ShapelessRecipes implements IRecipe { // CraftBukkit - added extends
- private static final RecipeItemStack a = RecipeItemStack.a(new IMaterial[] { Items.PAPER});
- private static final RecipeItemStack b = RecipeItemStack.a(new IMaterial[] { Items.GUNPOWDER});
- private static final RecipeItemStack c = RecipeItemStack.a(new IMaterial[] { Items.FIREWORK_STAR});
+ private static final RecipeItemStack a = RecipeItemStack.a(Items.PAPER);
+ private static final RecipeItemStack b = RecipeItemStack.a(Items.GUNPOWDER);
+ private static final RecipeItemStack c = RecipeItemStack.a(Items.FIREWORK_STAR);
+ // CraftBukkit start - Delegate to new parent class with bogus info
public RecipeFireworks(MinecraftKey minecraftkey) {