I would like to add a second recipe for the item iron-plate.
If i just use this:
Code: Select all
{
type = "recipe",
name = "iron-plate",
category = "smelting",
energy_required = 20,
enabled = true,
ingredients =
{
{"iron-dust", 1}
},
result = "iron-plate",
}
and i got a second question too..
is there any way to update my save game? I do not like to play every time i would like to try my mod until i'm prepared for building everything i need..
thank you ::)