Changed Crafting Recipes to upgrade netherite armor/tools using a stalinium smithing template.

This commit is contained in:
IM23a-spirgif
2025-06-09 17:13:36 +02:00
parent d5132adde4
commit ea5084653d
8 changed files with 120 additions and 70 deletions
@@ -56,6 +56,9 @@ public class ModItems {
() -> new StaliniumBootsItem(ModArmorMaterials.STALINIUM_ARMOR_MATERIAL, ArmorItem.Type.BOOTS,
new Item.Properties().durability(ArmorItem.Type.BOOTS.getDurability(19))));
public static final DeferredItem<Item> STALINIUM_SMITHING_TEMPLATE = ITEMS.register("stalinium_smithing_template",
() -> new Item(new Item.Properties()));
public static void register(IEventBus eventBus) {
ITEMS.register(eventBus);
}