[help] multiple furnance results

Place to get help with not working mods / modding interface.
Shaymes
Fast Inserter
Fast Inserter
Posts: 215
Joined: Thu May 22, 2014 8:06 am
Contact:

[help] multiple furnance results

Post by Shaymes »

i like to make a furnance with one ingridient but with 4 results, how i can make it?
Mining Drill Operator
User avatar
FireHead996
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Jun 21, 2014 11:14 pm
Contact:

Re: [help] multiple furnance results

Post by FireHead996 »

I think node "result_inventory_size" is responsible for this option. Try to change it value from 1 to 4.
Shaymes
Fast Inserter
Fast Inserter
Posts: 215
Joined: Thu May 22, 2014 8:06 am
Contact:

Re: [help] multiple furnance results

Post by Shaymes »

yes that part works with

Code: Select all

result_inventory_size = 2,
i have to exits but my recipe dosnt work if i have 2 results it cant be smeltet just assambled

Code: Select all

category = "smelting",
    results=
    {
      {type="item", name="test-item1", amount=1},
      {type="item", name="test-item2", amount=1}
    }
it says made in furnance but it cant put in to smelt
Mining Drill Operator
Post Reply

Return to “Modding help”