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.
Copper Backpack
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Copper Backpack | 1–1 | 100% | — |
Loot table: Abandoned Mineshaft (sophisticatedbackpacks) sophisticatedbackpacks:abandoned_mineshaft | 1–1 | 100% | — |
Loot table: Simple Dungeon (sophisticatedbackpacks) sophisticatedbackpacks:simple_dungeon | 1–1 | 100% | — |
Loot table: Desert Pyramid (sophisticatedbackpacks) sophisticatedbackpacks:desert_pyramid | 1–1 | 100% | — |
Used in (1)
Block drops
Drops itself when broken.
Related items
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
}