Thank you.
Code I'm using at the moment for this.
Code: Select all
{
type = "recipe",
name = "assembling-machine-1",
icon = "__xxxxxxx__/graphics/icons/assembling-machine-1.png",
icon_size = 32,
order = "d-b",
category = "basic-crafting",
normal =
{
enabled = true,
ingredients =
{
{"simple-frame", 1}
},
results=
{
{type = "item", name = "assembling-machine-1", amount = 1}
},
energy_required = 2,
},
},