diff --git a/data-updates.lua b/data-updates.lua index f248047..9e7cada 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -184,7 +184,7 @@ RECIPE("compost-plant-mk01"):add_ingredient {type = "item", name = "compost-plan RECIPE("slaughterhouse-mk01"):add_ingredient {type = "item", name = "slaughterhouse-mk00", amount = 1} -RECIPE("ddc-mk01"):add_ingredient {type = "item", name = "ddc-mk00", amount = 1} +RECIPE("distilator"):add_ingredient {type = "item", name = "ddc-mk00", amount = 1} -- increase construction costs of geothermal plant RECIPE("geothermal-plant-mk01"):add_ingredient {type = "item", name = "pipe", amount = 80}:add_ingredient {type = "item", name = "concrete", amount = 150}