Stonecutter Upgrade
sophisticatedstorage:stonecutter_upgrade

Stonecutter Upgrade

item

Function

Stonecutter in an upgrade tab

Acquisition

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

Crafting conditional
Stonecutter
Any Iron Ingot
Upgrade Base
Any Iron Ingot
Any Redstone Dust
Stonecutter Upgrade Stonecutter Upgrade guaranteed

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

Crafting conditional
Stonecutter Upgrade Stonecutter Upgrade guaranteed

Used in (1)

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

Crafting conditional
Any String
Stonecutter Upgrade
Any String
Ersatz Leather
Any String
Any String
Stonecutter Upgrade Stonecutter Upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:stonecutter_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "IBI",
    " R "
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedstorage:upgrade_base"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "item": "minecraft:stonecutter"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stonecutter_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PUP",
    " P ",
    "P P"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "U": {
      "item": "sophisticatedbackpacks:stonecutter_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stonecutter_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}