WIP: Anvil crafts

This commit is contained in:
Aleksey 2020-10-05 18:00:44 +03:00
parent e1496cd1ad
commit f44162d2e9
7 changed files with 232 additions and 1 deletions

View file

@ -103,6 +103,7 @@ public class AlloyingRecipe implements Recipe<Inventory> {
return this.type;
}
@Override
@Environment(EnvType.CLIENT)
public String getGroup() {
return this.group;