SPIGOT-4842: Dummy recipes should not give AIR as result type
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
+ // CraftBukkit start - Delegate to new parent class with bogus info
|
||||
public RecipeArmorDye(MinecraftKey minecraftkey) {
|
||||
- super(minecraftkey);
|
||||
+ super(minecraftkey, "", new ItemStack(Items.LEATHER_HELMET, 0), NonNullList.a(RecipeItemStack.a, RecipeItemStack.a(Items.BONE_MEAL)));
|
||||
+ super(minecraftkey, "", new ItemStack(Items.LEATHER_HELMET), NonNullList.a(RecipeItemStack.a, RecipeItemStack.a(Items.BONE_MEAL)));
|
||||
}
|
||||
+ // CraftBukkit end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user