Fix log spam due to trying to add RebornRecipe's to the recipe book.
Regressed in: d200f931f3
This commit is contained in:
parent
d59092ac5c
commit
4772af50ff
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class RebornRecipe implements Recipe<Inventory>, CustomOutputRecipe {
|
||||||
// Done to try and stop the table from loading it
|
// Done to try and stop the table from loading it
|
||||||
@Override
|
@Override
|
||||||
public boolean isIgnoredInRecipeBook() {
|
public boolean isIgnoredInRecipeBook() {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue