Storage Tier Upgrade Shapeless using %s%sDiamond Barrel and Any Netherite Ingot. Produces %s%sNetherite Barrel.
%s%sNetherite Barrel
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| %s%sNetherite Barrel | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:netherite_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_shapeless",
"pattern": null,
"ingredients": [
{
"item": "sophisticatedstorage:diamond_barrel"
},
{
"tag": "forge:ingots/netherite"
}
],
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:netherite_barrel"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}