Deposit Upgrade
sophisticatedbackpacks:deposit_upgrade

Deposit Upgrade

item

Function

Deposits items from backpack into sneak right clicked inventory

Acquisition

Crafting using Piston, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Any Redstone Dust, Any Wooden Chest and Any Redstone Dust, arranged in the pattern shown. Produces Deposit Upgrade.

Crafting conditional
Deposit Upgrade Deposit Upgrade guaranteed

Used in (1)

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

Upgrade Next Tier conditional
Any Diamond Gem
Any Gold Ingot
Deposit Upgrade
Any Gold Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Advanced Deposit Upgrade Advanced Deposit Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:deposit_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " P ",
    "IBI",
    "RCR"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "C": {
      "tag": "forge:chests/wooden"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "P": {
      "item": "minecraft:piston"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:deposit_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}