%s%sDiamond Barrel
sophisticatedstorage:diamond_barrel

%s%sDiamond Barrel

block BarrelsBarrelsGuarded By PiglinsAxe MineableAll Storage

Acquisition

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.

Storage Tier Upgrade conditional
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
%s%sGold Barrel
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
%s%sDiamond Barrel %s%sDiamond Barrel guaranteed

Mining & drops

sourcecountchanceconditions
%s%sDiamond Barrel1–1100%

Used in (1)

Storage Tier Upgrade Shapeless using %s%sDiamond Barrel and Any Netherite Ingot. Produces %s%sNetherite Barrel.

Storage Tier Upgrade Shapeless conditional
%s%sDiamond Barrel %s%sDiamond BarrelAny Netherite Ingot Any Netherite Ingot·members not yet documented
%s%sNetherite Barrel %s%sNetherite Barrel guaranteed

Block drops

Drops itself when broken.

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
}