Storage Tier Upgrade Shapeless using %s%sDiamond Chest and Any Netherite Ingot. Produces %s%sNetherite Chest.
%s%sNetherite Chest
Acquisition
Double Chest Tier Upgrade Shapeless using %s%sDiamond Chest, Any Netherite Ingot and Any Netherite Ingot. Produces %s%sNetherite Chest.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| %s%sNetherite Chest | 1–1 | 100% | — |
Used in (1)
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedstorage:netherite_chest- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage- Tags (5)
forge:blocks/chests forge:items/chests minecraft:blocks/guarded_by_piglins minecraft:blocks/mineable/axe sophisticatedstorage:items/all_storage
Recipe JSON (2):
{
"recipe_type": "sophisticatedstorage:storage_tier_upgrade_shapeless",
"pattern": null,
"ingredients": [
{
"item": "sophisticatedstorage:diamond_chest"
},
{
"tag": "forge:ingots/netherite"
}
],
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:netherite_chest"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedstorage:double_chest_tier_upgrade_shapeless",
"pattern": null,
"ingredients": [
{
"item": "sophisticatedstorage:diamond_chest"
},
{
"tag": "forge:ingots/netherite"
},
{
"tag": "forge:ingots/netherite"
}
],
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:netherite_chest"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}