Advanced Refill Upgrade
sophisticatedbackpacks:advanced_refill_upgrade

Advanced Refill Upgrade

item

Function

Keeps refilling stack of selected items in player's inventory Allows for more precise target slot selection Also allows middle click picking blocks from backpack

Acquisition

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

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

Recipe JSON (1):

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