Possible fix for missing Anvil/Furnace Receipes (paulevsGitch/BetterEnd#384, paulevsGitch/BetterEnd#389)

This commit is contained in:
Frank 2022-01-11 17:20:54 +01:00
parent 637a5a25b2
commit e53e14eb0e
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@ public class AnvilRecipe implements Recipe<Container>, UnknownReceipBookCategory
}
public void build() {
if (exist) {
if (!exist) {
return;
}

View file

@ -75,7 +75,7 @@ public class FurnaceRecipe {
}
public void build(boolean blasting, boolean campfire, boolean smoker) {
if (exist) {
if (!exist) {
return;
}