summaryrefslogtreecommitdiffstats
path: root/nms-patches/RecipeFireworksFade.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/RecipeFireworksFade.patch')
-rw-r--r--nms-patches/RecipeFireworksFade.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/RecipeFireworksFade.patch b/nms-patches/RecipeFireworksFade.patch
index 31b863eb..d974fe8f 100644
--- a/nms-patches/RecipeFireworksFade.patch
+++ b/nms-patches/RecipeFireworksFade.patch
@@ -7,7 +7,7 @@
-public class RecipeFireworksFade extends IRecipeComplex {
+public class RecipeFireworksFade extends ShapelessRecipes implements IRecipe { // CraftBukkit - added extends
- private static final RecipeItemStack a = RecipeItemStack.a(new IMaterial[] { Items.FIREWORK_STAR});
+ private static final RecipeItemStack a = RecipeItemStack.a(Items.FIREWORK_STAR);
+ // CraftBukkit start - Delegate to new parent class with bogus info
public RecipeFireworksFade(MinecraftKey minecraftkey) {