Limited %s%sIron Barrel II
sophisticatedstorage:limited_iron_barrel_2

Limited %s%sIron Barrel II

block Guarded By PiglinsAxe MineableAll Storage

Acquisition

Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Limited %s%sBarrel II, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Limited %s%sIron Barrel II.

Storage Tier Upgrade conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Limited %s%sBarrel II
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Limited %s%sIron Barrel II Limited %s%sIron Barrel II guaranteed

Storage Tier Upgrade using Any Iron Ingot, Any Iron Ingot, Limited %s%sCopper Barrel II, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Limited %s%sIron Barrel II.

Storage Tier Upgrade conditional
Any Iron Ingot
Any Iron Ingot
Limited %s%sCopper Barrel II
Any Iron Ingot
Any Iron Ingot
Limited %s%sIron Barrel II Limited %s%sIron Barrel II guaranteed

Mining & drops

sourcecountchanceconditions
Limited %s%sIron Barrel II1–1100%

Used in (1)

Storage Tier Upgrade using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Limited %s%sIron Barrel II, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Limited %s%sGold Barrel II.

Storage Tier Upgrade conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Limited %s%sIron Barrel II
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Limited %s%sGold Barrel II Limited %s%sGold Barrel II guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
sophisticatedstorage:limited_iron_barrel_2
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage
Tags (3)
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/axe
sophisticatedstorage:items/all_storage

Recipe JSON (2):

{
  "recipe_type": "sophisticatedstorage:storage_tier_upgrade",
  "pattern": [
    "III",
    "ISI",
    "III"
  ],
  "ingredients": {
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "sophisticatedstorage:limited_barrel_2"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:limited_iron_barrel_2"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "sophisticatedstorage:storage_tier_upgrade",
  "pattern": [
    " I ",
    "ISI",
    " I "
  ],
  "ingredients": {
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "sophisticatedstorage:limited_copper_barrel_2"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:limited_iron_barrel_2"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}