Recipe_EN = {
    /* Make Glass Recipes */
    Recipe_BMPrepareGlassShards = "Prepare glass for smelting",
    Recipe_BMUnprepareGlassShards = "Remove glass from pan",
    Recipe_BMRemoveGlassPane = "Extract glass pane",

    /* Smash Glass Recipes */
    Recipe_BMSmashGlassJar = "Smash into broken glass",
    Recipe_BMSmashGlassPane = "Smash into broken glass",
    Recipe_BMSmashWindshield = "Smash into broken glass",
    Recipe_BMSmashWindows = "Smash into broken glass",

    /* Vehicle: Standard Recipes */
    Recipe_BMWindshield1 = "Make Standard Windshield",
    Recipe_BMRearWindshield1 = "Make Standard Rear Windshield",
    Recipe_BMFrontWindow1 = "Make Standard Front Window",
    Recipe_BMRearWindow1 = "Make Standard Rear Window",

    /* Vehicle: Heavy-Duty Recipes */
    Recipe_BMWindshield2 = "Make Heavy-Duty Windshield",
    Recipe_BMRearWindshield2 = "Make Heavy-Duty Rear Windshield",
    Recipe_BMFrontWindow2 = "Make Heavy-Duty Front Window",
    Recipe_BMRearWindow2 = "Make Heavy-Duty Rear Window",

    /* Vehicle: Sport Recipes */
    Recipe_BMWindshield3 = "Make Sport Windshield",
    Recipe_BMRearWindshield3 = "Make Sport Rear Windshield",
    Recipe_BMFrontWindow3 = "Make Sport Front Window",
    Recipe_BMRearWindow3 = "Make Sport Rear Window",
}