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.
Iron Backpack
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Woodland Mansion (sophisticatedbackpacks) sophisticatedbackpacks:woodland_mansion | 1–1 | 100% | — |
| Iron Backpack | 1–1 | 100% | — |
Loot table: Abandoned Mineshaft (sophisticatedbackpacks) sophisticatedbackpacks:abandoned_mineshaft | 1–1 | 100% | — |
Loot table: Nether Bridge (sophisticatedbackpacks) sophisticatedbackpacks:nether_bridge | 1–1 | 100% | — |
Loot table: Desert Pyramid (sophisticatedbackpacks) sophisticatedbackpacks:desert_pyramid | 1–1 | 100% | — |
Loot table: Shipwreck Treasure (sophisticatedbackpacks) sophisticatedbackpacks:shipwreck_treasure | 1–1 | 100% | — |
Loot table: Bastion Treasure (sophisticatedbackpacks) sophisticatedbackpacks:bastion_treasure | 1–1 | 100% | — |
Used in (1)
Block drops
Drops itself when broken.
Related items
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
}