execute \
    if score \
        $months.current fireworks.operations matches 1 \
            run return 1

execute \
    if score \
        $months.current fireworks.operations matches 3 \
            run return 1

execute \
    if score \
        $months.current fireworks.operations matches 5 \
            run return 1

execute \
    if score \
        $months.current fireworks.operations matches 7 \
            run return 1

execute \
    if score \
        $months.current fireworks.operations matches 8 \
            run return 1

execute \
    if score \
        $months.current fireworks.operations matches 10 \
            run return 1

execute \
    if score \
        $months.current fireworks.operations matches 12 \
            run return 1