Copper to Iron Tier Upgrade
sophisticatedstorage:copper_to_iron_tier_upgrade

Copper to Iron Tier Upgrade

item

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot, Lever, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Copper to Iron Tier Upgrade.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Lever
Any Iron Ingot
Any Iron Ingot
Copper to Iron Tier Upgrade Copper to Iron Tier Upgrade guaranteed

Used in (1)

Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Copper to Iron Tier Upgrade, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Copper to Gold Tier Upgrade.

Crafting conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Copper to Iron Tier Upgrade
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Copper to Gold Tier Upgrade Copper to Gold Tier Upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:copper_to_iron_tier_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "ILI",
    " I "
  ],
  "ingredients": {
    "I": {
      "tag": "forge:ingots/iron"
    },
    "L": {
      "item": "minecraft:lever"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:copper_to_iron_tier_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}