Alchemy Upgrade
sophisticatedbackpacks:alchemy_upgrade

Alchemy Upgrade

item

Function

Automatically uses potions, food with effects, or milk buckets

Acquisition

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

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

Crafting using Ghast Tear, Glass Bottle, Fermented Spider Eye, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Blaze Rod, Ender Pearl and Blaze Rod, arranged in the pattern shown. Produces Alchemy Upgrade.

Crafting conditional
Ghast Tear
Glass Bottle
Fermented Spider Eye
Any Iron Ingot
Upgrade Base
Any Iron Ingot
Blaze Rod
Ender Pearl
Blaze Rod
Alchemy Upgrade Alchemy Upgrade guaranteed

Used in (1)

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

Upgrade Next Tier conditional
Any Diamond Gem
Any Gold Ingot
Alchemy Upgrade
Any Gold Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Advanced Alchemy Upgrade Advanced Alchemy Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:alchemy_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:alchemy_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:alchemy_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TGF",
    "IBI",
    "RPR"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "F": {
      "item": "minecraft:fermented_spider_eye"
    },
    "G": {
      "item": "minecraft:glass_bottle"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "P": {
      "item": "minecraft:ender_pearl"
    },
    "R": {
      "item": "minecraft:blaze_rod"
    },
    "T": {
      "item": "minecraft:ghast_tear"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:alchemy_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}