Filling using Glass Bottle and Greater Healing Elixir (250 mB). Produces Greater Potion of Healing.
Greater Potion of Healing
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Acquisition
Alchemist Cauldron Empty using no listed ingredients. Produces Greater Potion of Healing.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Random Elixir (irons_spellbooks) irons_spellbooks:random_elixir | 1–1 | 100% | — |
Used in (1)
Emptying using Greater Potion of Healing. Produces 250× Greater Healing Elixir and Glass Bottle.
Greater Healing Elixir ×250 guaranteed
Developer reference
- Registry name
irons_spellbooks:greater_healing_potion- Namespace
irons_spellbooks- Mod ID
irons_spellbooks
Recipe JSON (2):
{
"recipe_type": "create:filling",
"pattern": null,
"ingredients": [
{
"item": "minecraft:glass_bottle"
},
{
"fluid": "irons_spellbooks:greater_healing_elixir",
"amount": 250
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "create"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "irons_spellbooks:alchemist_cauldron_empty",
"pattern": null,
"ingredients": null,
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}