mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed errors logged relating to the recipe book
This commit is contained in:
parent
0372592a79
commit
073d411e90
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue