Gold Backpack
sophisticatedbackpacks:gold_backpack

Gold Backpack

block BackBlock BlacklistBack

Acquisition

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

Mining & drops

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

Used in (1)

Backpack Upgrade using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Gold Backpack, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem and Any Diamond Gem, arranged in the pattern shown. Produces Diamond Backpack.

Backpack Upgrade conditional
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Gold Backpack
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Diamond Backpack Diamond Backpack guaranteed

Block drops

Drops itself when broken.

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
}