Gold to Diamond Tier Upgrade
sophisticatedstorage:gold_to_diamond_tier_upgrade

Gold to Diamond Tier Upgrade

item

Acquisition

Crafting using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Lever, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem and Any Diamond Gem, arranged in the pattern shown. Produces Gold to Diamond Tier Upgrade.

Crafting conditional
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Lever
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Gold to Diamond Tier Upgrade Gold to Diamond Tier Upgrade guaranteed

Used in (1)

Crafting using Gold to Diamond Tier Upgrade and Any Netherite Ingot, in any arrangement. Produces Gold to Netherite Tier Upgrade.

Crafting ⇆ any arrangement conditional
Gold to Diamond Tier Upgrade
Any Netherite Ingot
Gold to Netherite Tier Upgrade Gold to Netherite Tier Upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:gold_to_diamond_tier_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DDD",
    "DLD",
    "DDD"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:gems/diamond"
    },
    "L": {
      "item": "minecraft:lever"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:gold_to_diamond_tier_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}