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.
%s%sIron Chest
Acquisition
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.
Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, %s%sChest, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces %s%sIron Chest.
Double Chest Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, %s%sChest, Any Iron Ingot, Any Iron Ingot, Any Iron Storage Block and Any Iron Ingot, arranged in the pattern shown. Produces %s%sIron Chest.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| %s%sIron Chest | 1–1 | 100% | — |
Used in (3)
Shulker Box From Chest using Shulker Shell, %s%sIron Chest and Shulker Shell, arranged in the pattern shown. Produces Iron Shulker Box.
Double Chest Tier Upgrade using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, %s%sIron Chest, Any Gold Ingot, Any Gold Ingot, Any Gold Storage Block and Any Gold Ingot, arranged in the pattern shown. Produces %s%sGold Chest.
Storage Tier Upgrade using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, %s%sIron Chest, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces %s%sGold Chest.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:iron_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 (4):
{
"recipe_type": "sophisticatedstorage:storage_tier_upgrade",
"pattern": [
" I ",
"ISI",
" I "
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"item": "sophisticatedstorage:copper_chest"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:iron_chest"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedstorage:double_chest_tier_upgrade",
"pattern": [
"III",
"ISI",
"III"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"item": "sophisticatedstorage:copper_chest"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:iron_chest"
},
"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:chest"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:iron_chest"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedstorage:double_chest_tier_upgrade",
"pattern": [
"III",
"ISI",
"IBI"
],
"ingredients": {
"B": {
"tag": "forge:storage_blocks/iron"
},
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"item": "sophisticatedstorage:chest"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:iron_chest"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}