Copper Backpack
sophisticatedbackpacks:copper_backpack

Copper Backpack

block BackBack

Acquisition

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

Backpack Upgrade conditional
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Backpack
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Copper Backpack Copper Backpack guaranteed

Mining & drops

sourcecountchanceconditions
Copper Backpack1–1100%
Loot table: Abandoned Mineshaft (sophisticatedbackpacks) sophisticatedbackpacks:abandoned_mineshaft1–1100%
Loot table: Simple Dungeon (sophisticatedbackpacks) sophisticatedbackpacks:simple_dungeon1–1100%
Loot table: Desert Pyramid (sophisticatedbackpacks) sophisticatedbackpacks:desert_pyramid1–1100%

Used in (1)

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

Block drops

Drops itself when broken.

Developer reference
Registry name
sophisticatedbackpacks:copper_backpack
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks
Tags (2)
accessories:items/back
curios:items/back

Recipe JSON (1):

{
  "recipe_type": "sophisticatedbackpacks:backpack_upgrade",
  "pattern": [
    "CCC",
    "CBC",
    "CCC"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:backpack"
    },
    "C": {
      "tag": "forge:ingots/copper"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:copper_backpack"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}