Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Lever, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Basic to Iron Tier Upgrade.
Basic to Iron Tier Upgrade
Acquisition
Crafting using Any Iron Ingot, Any Iron Ingot, Basic to Copper Tier Upgrade, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Basic to Iron Tier Upgrade.
Used in (1)
Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Basic to Iron Tier Upgrade, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Basic to Gold Tier Upgrade.
Developer reference
- Registry name
sophisticatedstorage:basic_to_iron_tier_upgrade- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"III",
"ILI",
"III"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"L": {
"item": "minecraft:lever"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:basic_to_iron_tier_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"IRI",
" I "
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"item": "sophisticatedstorage:basic_to_copper_tier_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:basic_to_iron_tier_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}