[complete]the inpossible recipe
Posted: Thu Apr 09, 2015 4:30 am
more than one output from a recipe, without using the chemical plant. is it possible?
Code: Select all
{
type = "recipe",
name = "nothing",
category = "nothing-here",
enabled = "true",
energy_required = 5,
ingredients =
{
{type="item", name="raw-wood", amount=1}
},
results=
{
{type="item", name="nothing", amount=1},
{type="item", name="nothing-2", amount=1},
},
icon = "__base2__/graphics/icons/nothing.png",
subgroup = "nothing",
order = "a[nothing-here]-a[nothing-v2]"
}
Code: Select all
{
type = "recipe-category",
name = "nothing-here"
}
Code: Select all
crafting_categories = {"crafting","nothing-here"}