Storage Tier Upgrade using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, %s%sGold Barrel, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem and Any Diamond Gem, arranged in the pattern shown. Produces %s%sDiamond Barrel.
%s%sDiamond Barrel
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| %s%sDiamond Barrel | 1–1 | 100% | — |
Used in (1)
Storage Tier Upgrade Shapeless using %s%sDiamond Barrel and Any Netherite Ingot. Produces %s%sNetherite Barrel.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:diamond_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 (1):
{
"recipe_type": "sophisticatedstorage:storage_tier_upgrade",
"pattern": [
"DDD",
"DSD",
"DDD"
],
"ingredients": {
"D": {
"tag": "forge:gems/diamond"
},
"S": {
"item": "sophisticatedstorage:gold_barrel"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:diamond_barrel"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}