Update Smithing authored by Lxlp's avatar Lxlp
Smithing Recipes
-----------------
Smithing recipes allow you to create recipes in a smithing table. The BaseItem is the item that goes in the first slot with the Ingredient item being the item in the 2nd slot.
## Configuration
```yaml
ExampleItem:
Id: DIAMOND
Model: 1
Display: 'Synthetic Diamond'
TestRecipeTransform:
Id: NETHERITE_SWORD
Model: 5
Display: 'Emerald Sword'
Recipes:
SMITHING_1:
UPGRADE:
Type: SMITHING
Template: EmeraldTemplate
BaseItem: diamond_sword
......
......