Blasting Upgrade
sophisticatedstorage:blasting_upgrade

Blasting Upgrade

item

Function

Blasting ores and metal stuff in an upgrade tab

Acquisition

Crafting using Any Planks, Blasting Upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Blasting Upgrade.

Crafting conditional
Blasting Upgrade Blasting Upgrade guaranteed

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Smelting Upgrade, Any Iron Ingot, Smooth Stone, Smooth Stone and Smooth Stone, arranged in the pattern shown. Produces Blasting Upgrade.

Crafting conditional
Blasting Upgrade Blasting Upgrade guaranteed

Crafting using Any Redstone Dust, Any Iron Ingot, Any Redstone Dust, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Any Redstone Dust, Blast Furnace and Any Redstone Dust, arranged in the pattern shown. Produces Blasting Upgrade.

Crafting conditional
Blasting Upgrade Blasting Upgrade guaranteed

Used in (2)

Crafting using Any String, Blasting Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Blasting Upgrade.

Crafting conditional
Any String
Blasting Upgrade
Any String
Ersatz Leather
Any String
Any String
Blasting Upgrade Blasting Upgrade guaranteed

Upgrade Next Tier using Any Diamond Gem, Hopper, Any Diamond Gem, Any Redstone Dust, Blasting Upgrade, Hopper, Any Gold Ingot, Hopper and Any Gold Ingot, arranged in the pattern shown. Produces Auto-blasting Upgrade.

Upgrade Next Tier conditional
Any Diamond Gem
Hopper
Any Diamond Gem
Any Redstone Dust
Blasting Upgrade
Hopper
Any Gold Ingot
Hopper
Any Gold Ingot
Auto-blasting Upgrade Auto-blasting Upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:blasting_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PUP",
    " P ",
    "P P"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "U": {
      "item": "sophisticatedbackpacks:blasting_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:blasting_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "ISI",
    "TTT"
  ],
  "ingredients": {
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "sophisticatedstorage:smelting_upgrade"
    },
    "T": {
      "item": "minecraft:smooth_stone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:blasting_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RIR",
    "IBI",
    "RFR"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedstorage:upgrade_base"
    },
    "F": {
      "item": "minecraft:blast_furnace"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:blasting_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}