/
Adds a new smithing recipe type that applies enchanting. This mod is intended to be used with datapacks, and doesn't add any new content! Additionally addition item is always set to lapis lazuli.
{
"type": "shadismith:smithing_enchant",
"base": {
"tag": "minecraft:enchantable/weapon"
},
"template": {
"item": "minecraft:paper"
},
"enchantment": "minecraft:mending"
}
This example assumes paper as the smithing template, and outputs any given weapon with mending added on top.

Adds a new smithing recipe type that applies enchanting.