Smithing Upgrade
sophisticatedbackpacks:smithing_upgrade

Smithing Upgrade

item

Function

Smithing Table in an upgrade tab

Acquisition

Crafting using Smithing Table, Any Iron Ingot, Upgrade Base, Any Iron Ingot and Any Wooden Chest, arranged in the pattern shown. Produces Smithing Upgrade.

Crafting conditional
Smithing Upgrade Smithing Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:smithing_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "IBI",
    " C "
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "C": {
      "tag": "forge:chests/wooden"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "minecraft:smithing_table"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:smithing_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}