Fix recipe names

This commit is contained in:
Simon Brodtmann 2025-10-18 23:37:18 +02:00
parent 6abb5dc833
commit d3503711ab
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "hydrogen-chloride-salt", name = "hydrogen-chloride-salt",
localised_name = { "fluid-name." .. hcl_name },
results = {{type="fluid", name=hcl_name, amount=10}}, results = {{type="fluid", name=hcl_name, amount=10}},
ingredients = { ingredients = {
{type="item", name="salt", amount=1}, {type="item", name="salt", amount=1},

View file

@ -124,6 +124,7 @@ if mods.Krastorio2 then
{ {
type = "recipe", type = "recipe",
name = "salt-filtration", name = "salt-filtration",
localised_name = { "item-name.salt" },
results = {{type="item", name="salt", amount=1}}, results = {{type="item", name="salt", amount=1}},
ingredients = {{type="fluid", name="water", amount=100}}, ingredients = {{type="fluid", name="water", amount=100}},
enabled = false, enabled = false,