More textures & recipes

This commit is contained in:
paulevsGitch 2021-02-11 11:11:47 +03:00
parent c9cb01b90d
commit 9771ed9656
9 changed files with 1 additions and 0 deletions

View file

@ -190,6 +190,7 @@ public class MetalMaterial {
SmithingTableRecipe.create(name + "_hoe").setResult(hoe).setBase(hoeHead).setAddition(Items.STICK).build();
SmithingTableRecipe.create(name + "_sword_handle").setResult(swordHandle).setBase(ingot).setAddition(Items.STICK).build();
SmithingTableRecipe.create(name + "_sword").setResult(sword).setBase(swordBlade).setAddition(swordHandle).build();
SmithingTableRecipe.create(name + "_shovel").setResult(shovel).setBase(shovelHead).setAddition(Items.STICK).build();
TagHelper.addTag(BlockTags.ANVIL, anvil);
}