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.
Limited %s%sGold Barrel I
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Limited %s%sGold Barrel I | 1–1 | 100% | — |
Used in (1)
Storage Tier Upgrade using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Limited %s%sGold Barrel I, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem and Any Diamond Gem, arranged in the pattern shown. Produces Limited %s%sDiamond Barrel I.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:limited_gold_barrel_1- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage- Tags (3)
minecraft:blocks/guarded_by_piglins minecraft:blocks/mineable/axe sophisticatedstorage:items/all_storage
Recipe JSON (1):
{
"recipe_type": "sophisticatedstorage:storage_tier_upgrade",
"pattern": [
"GGG",
"GSG",
"GGG"
],
"ingredients": {
"G": {
"tag": "forge:ingots/gold"
},
"S": {
"item": "sophisticatedstorage:limited_iron_barrel_1"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:limited_gold_barrel_1"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}