Page 1 of 1

[complete]the inpossible recipe

Posted: Thu Apr 09, 2015 4:30 am
by Nobody
more than one output from a recipe, without using the chemical plant. is it possible?

Re: [request]the inpossible recipe

Posted: Mon Apr 13, 2015 3:35 am
by Nobody
figured it out.

fluid-recipe.lua (it MUST be fluid-recipe.lua) or at least it keeps telling me

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]"
  }
recipe-category.lua

Code: Select all

{
    type = "recipe-category",
    name = "nothing-here"
  }
and a line from entity.lua

Code: Select all

crafting_categories = {"crafting","nothing-here"}