Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, %s%sBarrel, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces %s%sIron Barrel.
%s%sIron Barrel
Acquisition
Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, %s%sCopper Barrel, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces %s%sIron Barrel.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| %s%sIron Barrel | 1–1 | 100% | — |
Used in (1)
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:iron_barrel- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage- Tags (5)
forge:blocks/barrels forge:items/barrels 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:barrel"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:iron_barrel"
},
"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:copper_barrel"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:iron_barrel"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}