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

    OUTPUT: feeble_health_potion
}

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

    OUTPUT: lesser_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
}

