
throwing_gloves
{
    INPUT: fine_wool, 8

    OUTPUT: throwing_gloves
}

magic_broom
{
    INPUT: broom, 1
    INPUT: fine_wool, 8
    INPUT: tin_nail, 24

    OUTPUT: magic_broom
}

wool_socks
{
    INPUT: wool, 8

    OUTPUT: wool_socks
}

wool_scarf
{
    INPUT: wool, 8

    OUTPUT: wool_scarf
}


ring_of_healing
{
    INPUT: tin_bar, 2

    OUTPUT: ring_of_healing
}

headband
{
    INPUT: silk, 8

    OUTPUT: headband
}

leather_belt
{
    INPUT: copper_bar, 2
    INPUT: leather, 4

    OUTPUT: leather_belt
}