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.
Basic to Gold Tier Upgrade
Acquisition
Used in (1)
Crafting using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Basic to Gold Tier Upgrade, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem and Any Diamond Gem, arranged in the pattern shown. Produces Basic to Diamond Tier Upgrade.
Developer reference
- Registry name
sophisticatedstorage:basic_to_gold_tier_upgrade- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"GTG",
"GGG"
],
"ingredients": {
"G": {
"tag": "forge:ingots/gold"
},
"T": {
"item": "sophisticatedstorage:basic_to_iron_tier_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:basic_to_gold_tier_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}