@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/server/RecipeFireworksStar.java
|
||||
+++ b/net/minecraft/server/RecipeFireworksStar.java
|
||||
@@ -8,12 +8,12 @@
|
||||
@@ -6,12 +6,12 @@
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.function.Consumer;
|
||||
|
||||
-public class RecipeFireworksStar extends IRecipeComplex {
|
||||
+public class RecipeFireworksStar extends ShapelessRecipes implements IRecipe { // CraftBukkit - added extends
|
||||
@@ -15,7 +15,7 @@
|
||||
hashmap.put(Items.FIRE_CHARGE, ItemFireworks.EffectType.LARGE_BALL);
|
||||
hashmap.put(Items.FEATHER, ItemFireworks.EffectType.BURST);
|
||||
hashmap.put(Items.GOLD_NUGGET, ItemFireworks.EffectType.STAR);
|
||||
@@ -26,9 +26,11 @@
|
||||
@@ -24,9 +24,11 @@
|
||||
});
|
||||
private static final RecipeItemStack e = RecipeItemStack.a(Items.GUNPOWDER);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user