From 6b8333cf7c5d8dbb96893ed01bec6cd2d7f0578d Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Sun, 14 Sep 2025 20:41:04 -0700 Subject: [PATCH] its called distilator for some furking reason --- data-updates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}