﻿
pmg_distillery = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_refining.dds"
	production_methods = {
		pm_alcohol_production
		pm_pot_stills
		pm_patent_stills
	}
}

pmg_base_building_lumber_mill = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
	production_methods = {
		pm_manual_sawing_lm
		pm_powered_sawing_lm
		pm_electrical_saw_lm
	}
}

pmg_secondary_building_lumber_mill = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
	production_methods = {
		pm_no_secondary_treatment
		pm_minimal_chemical_treatment
		pm_full_chemical_treatment
	}
}

pmg_base_paper = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
	production_methods = {
		pm_pulp_pressing
		pm_sulfite_pulping
		pm_ink_paper
		pm_bleached_paper
	}
}

pmg_assembly_paper = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
	production_methods = {
		pm_handcrafting_paper
		pm_rotary_press_paper
		pm_electric_drive_paper
		pm_auto_press_paper
	}
}

pmg_sewing_textile = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
	production_methods = {
		pm_handsewn_clothes
		pm_sewing_machines
		pm_electric_sewing_machines
	}
}

pmg_dyes_textile = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
	production_methods = {
		pm_no_dye_textile
		pm_dyed_clothes
		pm_dyed_clothes_2
	}
}

pmg_luxury_building_textile_mills = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_refining.dds"
	production_methods = {
		pm_no_luxury_clothes
		pm_luxury_clothes_production
		pm_craftsman_sewing
		pm_elastics
		pm_luxury_clothes_focus
	}
}

pmg_base_building_furniture_manufacturies = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
	production_methods = {
		pm_handcrafted_furniture
		pm_lathe
		pm_mechanized_workshops
		pm_plastic_furniture
	}
}

pmg_luxury_building_furniture_manufacturies = {
	texture = "gfx/interface/icons/generic_icons/mixed_icon_refining.dds"
	production_methods = {
		pm_no_luxuries
		pm_luxury_furniture
		pm_precision_tools
		pm_luxury_furniture_focus
	}
}

