Code: Select all
data:extend(
{
{
type = "recipe",
name = "Zofg-Ingot",
category = "smelting",
enabled = false,
energy_required = 13,
ingredients = {{"Zofg-Ore", 5}},
result = "Zofg-Ingot"
}
}
)
Code: Select all
data:extend(
{
{
type = "recipe",
name = "Zofg-Ingot",
category = "smelting",
enabled = false,
energy_required = 13,
ingredients = {{"Zofg-Ore", 5}},
result = "Zofg-Ingot"
}
}
)
Arch666Angel wrote:If you want to test it, you have to enable the recipe.
Recipes are either enabled from the start, then set enabled=true, or they can be unlocked by research, then set enabled=false