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.
Gold Backpack
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Abandoned Mineshaft (sophisticatedbackpacks) sophisticatedbackpacks:abandoned_mineshaft | 1–1 | 100% | — |
Loot table: Nether Bridge (sophisticatedbackpacks) sophisticatedbackpacks:nether_bridge | 1–1 | 100% | — |
Loot table: End City Treasure (sophisticatedbackpacks) sophisticatedbackpacks:end_city_treasure | 1–1 | 100% | — |
Loot table: Bastion Treasure (sophisticatedbackpacks) sophisticatedbackpacks:bastion_treasure | 1–1 | 100% | — |
Loot table: Shipwreck Treasure (sophisticatedbackpacks) sophisticatedbackpacks:shipwreck_treasure | 1–1 | 100% | — |
| Gold Backpack | 1–1 | 100% | — |
Loot table: Desert Pyramid (sophisticatedbackpacks) sophisticatedbackpacks:desert_pyramid | 1–1 | 100% | — |
Loot table: Woodland Mansion (sophisticatedbackpacks) sophisticatedbackpacks:woodland_mansion | 1–1 | 100% | — |
Used in (1)
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedbackpacks:gold_backpack- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks- Tags (3)
accessories:items/back carryon:blocks/block_blacklist curios:items/back
Recipe JSON (1):
{
"recipe_type": "sophisticatedbackpacks:backpack_upgrade",
"pattern": [
"GGG",
"GBG",
"GGG"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:iron_backpack"
},
"G": {
"tag": "forge:ingots/gold"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:gold_backpack"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}