Alchemy Upgrade
sophisticatedstorage:alchemy_upgrade

Alchemy Upgrade

item

Function

Automatically uses potions, food with effects, or milk buckets

Acquisition

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

Crafting using Any Planks, Alchemy Upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Alchemy Upgrade.

Crafting conditional
Alchemy Upgrade Alchemy Upgrade guaranteed

Used in (2)

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

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
Developer reference
Registry name
sophisticatedstorage:alchemy_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TGF",
    "IBI",
    "RPR"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedstorage: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": "sophisticatedstorage:alchemy_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PUP",
    " P ",
    "P P"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "U": {
      "item": "sophisticatedbackpacks:alchemy_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:alchemy_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}