mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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);
|
super(id, group, input, output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isIgnoredInRecipeBook() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public RecipeType<?> getType() {
|
public RecipeType<?> getType() {
|
||||||
return URecipes.CLOUD_SHAPING;
|
return URecipes.CLOUD_SHAPING;
|
||||||
|
|
Loading…
Reference in a new issue