Double Chest Tier Upgrade using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, %s%sChest, Copper Ingot, Copper Ingot, Any Copper Storage Block and Copper Ingot, arranged in the pattern shown. Produces %s%sCopper Chest.
%s%sCopper Chest
Acquisition
Storage Tier Upgrade using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, %s%sChest, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces %s%sCopper Chest.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| %s%sCopper Chest | 1–1 | 100% | — |
Used in (3)
Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, %s%sCopper Chest, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces %s%sIron Chest.
Shulker Box From Chest using Shulker Shell, %s%sCopper Chest and Shulker Shell, arranged in the pattern shown. Produces Copper Shulker Box.
Double Chest Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, %s%sCopper Chest, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces %s%sIron Chest.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:copper_chest- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage- Tags (5)
forge:blocks/chests forge:items/chests minecraft:blocks/guarded_by_piglins minecraft:blocks/mineable/axe sophisticatedstorage:items/all_storage
Recipe JSON (2):
{
"recipe_type": "sophisticatedstorage:double_chest_tier_upgrade",
"pattern": [
"CCC",
"CSC",
"CBC"
],
"ingredients": {
"B": {
"tag": "forge:storage_blocks/copper"
},
"C": {
"tag": "forge:ingots/copper"
},
"S": {
"item": "sophisticatedstorage:chest"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:copper_chest"
},
"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:chest"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:copper_chest"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}