diff --git a/bzchlorine2/prototypes/chlorine.lua b/bzchlorine2/prototypes/chlorine.lua index ee22acb..256e384 100644 --- a/bzchlorine2/prototypes/chlorine.lua +++ b/bzchlorine2/prototypes/chlorine.lua @@ -94,6 +94,7 @@ data:extend({ { type = "recipe", name = "hydrogen-chloride-salt", + localised_name = { "fluid-name." .. hcl_name }, results = {{type="fluid", name=hcl_name, amount=10}}, ingredients = { {type="item", name="salt", amount=1}, diff --git a/bzchlorine2/prototypes/salt.lua b/bzchlorine2/prototypes/salt.lua index 300bc40..a346e78 100644 --- a/bzchlorine2/prototypes/salt.lua +++ b/bzchlorine2/prototypes/salt.lua @@ -124,6 +124,7 @@ if mods.Krastorio2 then { type = "recipe", name = "salt-filtration", + localised_name = { "item-name.salt" }, results = {{type="item", name="salt", amount=1}}, ingredients = {{type="fluid", name="water", amount=100}}, enabled = false,