Possible fix for missing Anvil/Furnace Receipes (paulevsGitch/BetterEnd#384, paulevsGitch/BetterEnd#389)
This commit is contained in:
parent
637a5a25b2
commit
e53e14eb0e
2 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ public class AnvilRecipe implements Recipe<Container>, UnknownReceipBookCategory
|
||||||
}
|
}
|
||||||
|
|
||||||
public void build() {
|
public void build() {
|
||||||
if (exist) {
|
if (!exist) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ public class FurnaceRecipe {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void build(boolean blasting, boolean campfire, boolean smoker) {
|
public void build(boolean blasting, boolean campfire, boolean smoker) {
|
||||||
if (exist) {
|
if (!exist) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue