Code: Select all
data:extend{
{
type = "recipe",
name = "crashing-recipe",
enabled = "true",
category = "crafting",
result = {{"iron-ore", 1}}, -- This should be: result = "iron-ore",
ingredients = {}
}
}
Code: Select all
data:extend{
{
type = "recipe",
name = "crashing-recipe",
enabled = "true",
category = "crafting",
result = {{"iron-ore", 1}}, -- This should be: result = "iron-ore",
ingredients = {}
}
}