Smithing Recipes - WolfyScript/CustomCrafting GitHub Wiki

JSON
{
"@type" : "customcrafting:smithing",
"group" : "",
"hidden" : false,
"vanillaBook" : false,
"priority" : "NORMAL",
"checkNBT" : false,
"conditions" : {
"values" : [ /* Conditions */ ]
},
"base" : { /* Ingredient settings */ },
"addition" : { /* Ingredient settings */ },
"preserveEnchants" : false,
"preserveDamage" : true,
"onlyChangeMaterial" : false,
"result" : { /* Result settings */ }
}