Advanced Restock Upgrade
sophisticatedbackpacks:advanced_restock_upgrade

Advanced Restock Upgrade

item

Function

Restocks backpack from sneak right clicked inventory Has more filtering options

Acquisition

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

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

Recipe JSON (1):

{
  "recipe_type": "sophisticatedcore:upgrade_next_tier",
  "pattern": [
    " D ",
    "GVG",
    "RRR"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:gems/diamond"
    },
    "G": {
      "tag": "forge:ingots/gold"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "V": {
      "item": "sophisticatedbackpacks:restock_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:advanced_restock_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}