Netherite Shulker Box
sophisticatedstorage:netherite_shulker_box

Netherite Shulker Box

block Guarded By PiglinsPickaxe MineableAll Storage

Acquisition

Storage Tier Upgrade Shapeless using Diamond Shulker Box and Any Netherite Ingot. Produces Netherite Shulker Box.

Storage Tier Upgrade Shapeless conditional
Diamond Shulker Box Diamond Shulker BoxAny Netherite Ingot Any Netherite Ingot·members not yet documented
Netherite Shulker Box Netherite Shulker Box guaranteed

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

Shulker Box From Chest conditional
Shulker Shell
%s%sNetherite Chest
Shulker Shell
Netherite Shulker Box Netherite Shulker Box guaranteed

Mining & drops

sourcecountchanceconditions
Netherite Shulker Box1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "sophisticatedstorage:storage_tier_upgrade_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "sophisticatedstorage:diamond_shulker_box"
    },
    {
      "tag": "forge:ingots/netherite"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:netherite_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:netherite_chest"
    },
    "S": {
      "item": "minecraft:shulker_shell"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:netherite_shulker_box"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}