Iron Backpack
sophisticatedbackpacks:iron_backpack

Iron Backpack

block BackBlock BlacklistBack

Acquisition

Backpack Upgrade using Any Iron Ingot, Any Iron Ingot, Copper Backpack, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Backpack.

Backpack Upgrade conditional
Any Iron Ingot
Any Iron Ingot
Copper Backpack
Any Iron Ingot
Any Iron Ingot
Iron Backpack Iron Backpack guaranteed

Backpack Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Backpack, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Backpack.

Backpack Upgrade conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Backpack
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Iron Backpack Iron Backpack guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Woodland Mansion (sophisticatedbackpacks) sophisticatedbackpacks:woodland_mansion1–1100%
Iron Backpack1–1100%
Loot table: Abandoned Mineshaft (sophisticatedbackpacks) sophisticatedbackpacks:abandoned_mineshaft1–1100%
Loot table: Nether Bridge (sophisticatedbackpacks) sophisticatedbackpacks:nether_bridge1–1100%
Loot table: Desert Pyramid (sophisticatedbackpacks) sophisticatedbackpacks:desert_pyramid1–1100%
Loot table: Shipwreck Treasure (sophisticatedbackpacks) sophisticatedbackpacks:shipwreck_treasure1–1100%
Loot table: Bastion Treasure (sophisticatedbackpacks) sophisticatedbackpacks:bastion_treasure1–1100%

Used in (1)

Backpack Upgrade using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Iron Backpack, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Gold Backpack.

Backpack Upgrade conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Iron Backpack
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Gold Backpack Gold Backpack guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
sophisticatedbackpacks:iron_backpack
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks
Tags (3)
accessories:items/back
carryon:blocks/block_blacklist
curios:items/back

Recipe JSON (2):

{
  "recipe_type": "sophisticatedbackpacks:backpack_upgrade",
  "pattern": [
    " I ",
    "IBI",
    " I "
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:copper_backpack"
    },
    "I": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:iron_backpack"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "sophisticatedbackpacks:backpack_upgrade",
  "pattern": [
    "III",
    "IBI",
    "III"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:backpack"
    },
    "I": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:iron_backpack"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}