Fix recipe names
This commit is contained in:
parent
6abb5dc833
commit
d3503711ab
2 changed files with 2 additions and 0 deletions
|
@ -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},
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue