[Fix] Re-enable Anvil Recipes (quiqueck/BetterEnd#64)
This commit is contained in:
parent
fc8e860369
commit
e82da8df0c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class AnvilRecipe implements Recipe<Container>, UnknownReceipBookCategory
|
|||
Builder.INSTANCE.anvilLevel = 1;
|
||||
Builder.INSTANCE.damage = 1;
|
||||
Builder.INSTANCE.alright = true;
|
||||
Builder.INSTANCE.exist &= RecipeHelper.exists(output);
|
||||
Builder.INSTANCE.exist = RecipeHelper.exists(output);
|
||||
|
||||
return Builder.INSTANCE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue