Shulker Box From Chest using Shulker Shell, %s%sCopper Chest and Shulker Shell, arranged in the pattern shown. Produces Copper Shulker Box.
Copper Shulker Box
Acquisition
Storage Tier Upgrade using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Shulker Box, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Copper Shulker Box.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Copper Shulker Box | 1–1 | 100% | — |
Used in (1)
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:copper_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:shulker_box_from_chest",
"pattern": [
"S",
"C",
"S"
],
"ingredients": {
"C": {
"item": "sophisticatedstorage:copper_chest"
},
"S": {
"item": "minecraft:shulker_shell"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:copper_shulker_box"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedstorage:storage_tier_upgrade",
"pattern": [
"CCC",
"CSC",
"CCC"
],
"ingredients": {
"C": {
"tag": "forge:ingots/copper"
},
"S": {
"item": "sophisticatedstorage:shulker_box"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:copper_shulker_box"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}