Fix log spam due to trying to add RebornRecipe's to the recipe book.

Regressed in: d200f931f3
This commit is contained in:
modmuss50 2022-03-02 02:39:22 +00:00
parent d59092ac5c
commit 4772af50ff

View file

@ -175,7 +175,7 @@ public class RebornRecipe implements Recipe<Inventory>, CustomOutputRecipe {
// Done to try and stop the table from loading it
@Override
public boolean isIgnoredInRecipeBook() {
return false;
return true;
}
@Override