@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user