#luxury food industry

pmg_base_luxury_food_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_chocolatier
        pm_sweetened_chocolate
        pm_processed_chocolate
    }
}
pmg_base_2_luxury_food_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_disabled_chocolate_types
        pm_dark_chocolate
        pm_vanilla_chocolate
    }
}
pmg_type_luxury_food_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_disabled_crushing
        pm_bean_crushing
        pm_automated_crushing
    }
}
pmg_automation_luxury_food_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_manual_cocoa_processing
		pm_cocoa_workshops
        pm_automated_cocoa_processing
    }
}
pmg_ownership_capital_luxury_food_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_merchant_guilds_building_luxury_food_industry
		pm_privately_owned_building_luxury_food_industry
		pm_publicly_traded_building_luxury_food_industry
		pm_government_run_building_luxury_food_industry
		pm_worker_cooperative_building_luxury_food_industry
    }
}

#liquor industry

pmg_base_liquor_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_distillery
		pm_pot_stills
		pm_patent_stills
    }
}
pmg_type_liquor_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_disabled_grape_crushing
        pm_grape_crushing
        pm_wine_processing
    }
}
pmg_automation_liquor_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_bottling
		pm_automatic_bottling
    }
}
pmg_ownership_capital_liquor_industry = {
    texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
    production_methods = {
        pm_merchant_guilds_building_liquor_industry
		pm_privately_owned_building_liquor_industry
		pm_publicly_traded_building_liquor_industry
		pm_government_run_building_liquor_industry
		pm_worker_cooperative_building_liquor_industry
    }
}