Iron Shulker Box
sophisticatedstorage:iron_shulker_box

Iron Shulker Box

block Guarded By PiglinsPickaxe MineableAll Storage

Acquisition

Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Copper Shulker Box, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Shulker Box.

Storage Tier Upgrade conditional
Any Iron Ingot
Any Iron Ingot
Copper Shulker Box
Any Iron Ingot
Any Iron Ingot
Iron Shulker Box Iron Shulker Box guaranteed

Shulker Box From Chest using Shulker Shell, %s%sIron Chest and Shulker Shell, arranged in the pattern shown. Produces Iron Shulker Box.

Shulker Box From Chest conditional
Shulker Shell
%s%sIron Chest
Shulker Shell
Iron Shulker Box Iron Shulker Box guaranteed

Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Shulker Box, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Shulker Box.

Storage Tier Upgrade conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Shulker Box
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Iron Shulker Box Iron Shulker Box guaranteed

Mining & drops

sourcecountchanceconditions
Iron Shulker Box1–1100%

Used in (1)

Storage Tier Upgrade using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Iron Shulker Box, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Gold Shulker Box.

Storage Tier Upgrade conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Iron Shulker Box
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Gold Shulker Box Gold Shulker Box guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
sophisticatedstorage:iron_shulker_box
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage
Tags (3)
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/pickaxe
sophisticatedstorage:items/all_storage

Recipe JSON (3):

{
  "recipe_type": "sophisticatedstorage:storage_tier_upgrade",
  "pattern": [
    " I ",
    "ISI",
    " I "
  ],
  "ingredients": {
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "sophisticatedstorage:copper_shulker_box"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:iron_shulker_box"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "sophisticatedstorage:shulker_box_from_chest",
  "pattern": [
    "S",
    "C",
    "S"
  ],
  "ingredients": {
    "C": {
      "item": "sophisticatedstorage:iron_chest"
    },
    "S": {
      "item": "minecraft:shulker_shell"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:iron_shulker_box"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "sophisticatedstorage:storage_tier_upgrade",
  "pattern": [
    "III",
    "ISI",
    "III"
  ],
  "ingredients": {
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "sophisticatedstorage:shulker_box"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:iron_shulker_box"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}