Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Limited %s%sBarrel I, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Limited %s%sIron Barrel I.
Limited %s%sIron Barrel I
Acquisition
Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Limited %s%sCopper Barrel I, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Limited %s%sIron Barrel I.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Limited %s%sIron Barrel I | 1–1 | 100% | — |
Used in (1)
Storage Tier Upgrade using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Limited %s%sIron Barrel I, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Limited %s%sGold Barrel I.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:limited_iron_barrel_1- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage- Tags (3)
minecraft:blocks/guarded_by_piglins minecraft:blocks/mineable/axe sophisticatedstorage:items/all_storage
Recipe JSON (2):
{
"recipe_type": "sophisticatedstorage:storage_tier_upgrade",
"pattern": [
"III",
"ISI",
"III"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"item": "sophisticatedstorage:limited_barrel_1"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:limited_iron_barrel_1"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedstorage:storage_tier_upgrade",
"pattern": [
" I ",
"ISI",
" I "
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"item": "sophisticatedstorage:limited_copper_barrel_1"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:limited_iron_barrel_1"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}