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.
Alchemy Upgrade
Function
Automatically uses potions, food with effects, or milk buckets
Acquisition
Crafting using Any Planks, Alchemy Upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Alchemy Upgrade.
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.
Crafting using Any String, Alchemy Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Alchemy Upgrade.
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
}
