Crafting using Any String, Alchemy Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Alchemy Upgrade.
Alchemy Upgrade
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.
Used in (1)
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
}