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