module BAM
{
    recipe unbox Budlight
    {
        budlightcase=1,
        Result:budlight=6,
        Time:10,
    }

    recipe boxup Budlight
    {
        budlight=6,
        Result:budlightcase=1,
        Time:10,
    }

    recipe unbox Coorslight
    {
        coorslightcase=1,
        Result:coorslight=6,
        Time:10,
    }

    recipe boxup Coorslight
    {
        coorslight=6,
        Result:coorslightcase=1,
        Time:10,
    }

    recipe unbox Millerlite
    {
        millerlightcase=1,
        Result:millerlight=6,
        Time:10,
    }

    recipe boxup Millerlite
    {
        millerlight=6,
        Result:millerlightcase=1,
        Time:10,
    }
}