
feeble_health_potion
{
    INPUT: meat, 2
    INPUT: white_mushroom, 1
    INPUT: worm_corpse, 3

    OUTPUT: feeble_health_potion
}

health_potion
{
    INPUT: feeble_health_potion, 3

    OUTPUT: health_potion
}

great_health_potion
{
    INPUT: health_potion, 3

    OUTPUT: great_health_potion
}

lesser_mana_potion
{
    INPUT: white_mushroom, 3
    INPUT: snake_skin, 2

    OUTPUT: lesser_mana_potion
}

mana_potion
{
    INPUT: lesser_mana_potion, 3

    OUTPUT: mana_potion
}

refined_mana_potion
{
    INPUT: mana_potion, 3

    OUTPUT: refined_mana_potion
}

flower_juice
{
    INPUT: life_flower, 3

    OUTPUT: flower_juice
}

spore_juice
{
    INPUT: flower_juice, 1
    INPUT: white_mushroom, 2

    OUTPUT: spore_juice
}

meaty_juice
{
    INPUT: flower_juice, 1
    INPUT: meat, 1

    OUTPUT: meaty_juice
}

gut_juice
{
    INPUT: flower_juice, 1
    INPUT: rotting_guts, 1

    OUTPUT: gut_juice
}

