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.
Advanced Alchemy Upgrade
Function
Automatically uses potions, food with effects, or milk buckets Has additional effect filtering options
Acquisition
Crafting using Any Planks, Advanced Alchemy Upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Advanced Alchemy Upgrade.
Used in (1)
Crafting using Any String, Advanced Alchemy Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Advanced Alchemy Upgrade.
Developer reference
- Registry name
sophisticatedstorage:advanced_alchemy_upgrade- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage
Recipe JSON (2):
{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
" D ",
"GAG",
"RRR"
],
"ingredients": {
"A": {
"item": "sophisticatedstorage:alchemy_upgrade"
},
"D": {
"tag": "forge:gems/diamond"
},
"G": {
"tag": "forge:ingots/gold"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:advanced_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:advanced_alchemy_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:advanced_alchemy_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
