
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
}

