Skip to content

Commit f160d92

Browse files
Merge pull request #57 from pyanodon:bad-name
its called distilator for some furking reason
2 parents 3f44280 + 6b8333c commit f160d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-updates.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ RECIPE("compost-plant-mk01"):add_ingredient {type = "item", name = "compost-plan
184184

185185
RECIPE("slaughterhouse-mk01"):add_ingredient {type = "item", name = "slaughterhouse-mk00", amount = 1}
186186

187-
RECIPE("ddc-mk01"):add_ingredient {type = "item", name = "ddc-mk00", amount = 1}
187+
RECIPE("distilator"):add_ingredient {type = "item", name = "ddc-mk00", amount = 1}
188188

189189
-- increase construction costs of geothermal plant
190190
RECIPE("geothermal-plant-mk01"):add_ingredient {type = "item", name = "pipe", amount = 80}:add_ingredient {type = "item", name = "concrete", amount = 150}

0 commit comments

Comments
 (0)