Fixed errors logged relating to the recipe book

This commit is contained in:
Sollace 2024-01-03 23:19:43 +01:00
parent 0372592a79
commit 073d411e90
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -15,6 +15,11 @@ public class CloudShapingRecipe extends StonecuttingRecipe {
super(id, group, input, output);
}
@Override
public boolean isIgnoredInRecipeBook() {
return true;
}
@Override
public RecipeType<?> getType() {
return URecipes.CLOUD_SHAPING;