Pickup Upgrade
sophisticatedbackpacks:pickup_upgrade

Pickup Upgrade

item

Function

Makes backpack pickup items

Acquisition

Crafting using Any String, Pickup Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Pickup Upgrade.

Crafting conditional
Any String
Pickup Upgrade
Any String
Ersatz Leather
Any String
Any String
Pickup Upgrade Pickup Upgrade guaranteed

Crafting using Sticky Piston, Any String, Upgrade Base, Any String, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Pickup Upgrade.

Crafting conditional
Pickup Upgrade Pickup Upgrade guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Simple Dungeon (sophisticatedbackpacks) sophisticatedbackpacks:simple_dungeon1–1100%

Used in (2)

Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Pickup Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Pickup Upgrade.

Upgrade Next Tier conditional
Any Diamond Gem
Any Gold Ingot
Pickup Upgrade
Any Gold Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Advanced Pickup Upgrade Advanced Pickup Upgrade guaranteed

Upgrade Next Tier using Any Ender Pearls, Any Iron Ingot, Any Ender Pearls, Any Iron Ingot, Pickup Upgrade, Any Iron Ingot, Any Redstone Dust and Any Lapis Gem, arranged in the pattern shown. Produces Magnet Upgrade.

Upgrade Next Tier conditional
Any Ender Pearls
Any Iron Ingot
Any Ender Pearls
Any Iron Ingot
Pickup Upgrade
Any Iron Ingot
Any Redstone Dust
Any Lapis Gem
Magnet Upgrade Magnet Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:pickup_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TUT",
    " L ",
    "T T"
  ],
  "ingredients": {
    "L": {
      "tag": "forge:leather"
    },
    "T": {
      "tag": "forge:string"
    },
    "U": {
      "item": "sophisticatedstorage:pickup_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:pickup_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " P ",
    "SBS",
    "RRR"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "P": {
      "item": "minecraft:sticky_piston"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "tag": "forge:string"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:pickup_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}