Smithing Recipes - WolfyScript/CustomCrafting GitHub Wiki

Screenshot_20220304_181202

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 */ }
}