[complete]the inpossible recipe

This is the place to request new mods or give ideas about what could be done.
Post Reply
User avatar
Nobody
Inserter
Inserter
Posts: 40
Joined: Sun Apr 05, 2015 6:38 pm
Contact:

[complete]the inpossible recipe

Post by Nobody »

more than one output from a recipe, without using the chemical plant. is it possible?
Last edited by Nobody on Mon Apr 13, 2015 3:36 am, edited 1 time in total.
I have no idea what I am doing

User avatar
Nobody
Inserter
Inserter
Posts: 40
Joined: Sun Apr 05, 2015 6:38 pm
Contact:

Re: [request]the inpossible recipe

Post 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"}
I have no idea what I am doing

Post Reply

Return to “Ideas and Requests For Mods”