Refill Upgrade
sophisticatedbackpacks:refill_upgrade

Refill Upgrade

item

Function

Keeps refilling stack of selected items in player's inventory

Acquisition

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

Crafting conditional
Any Ender Pearls
Any Iron Ingot
Upgrade Base
Any Iron Ingot
Any Redstone Dust
Any Wooden Chest
Any Redstone Dust
Refill Upgrade Refill Upgrade guaranteed

Used in (1)

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:refill_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (1):

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