[help] multiple furnance results
[help] multiple furnance results
i like to make a furnance with one ingridient but with 4 results, how i can make it?
			
			
									
									Mining Drill Operator
						- FireHead996
 - Burner Inserter

 - Posts: 5
 - Joined: Sat Jun 21, 2014 11:14 pm
 - Contact:
 
Re: [help] multiple furnance results
I think node "result_inventory_size" is responsible for this option. Try to change it value from 1 to 4.
			
			
									
									
						Re: [help] multiple furnance results
yes that part works with
i have to exits but my recipe dosnt work if i have 2 results it cant be smeltet just assambled
it says made in furnance but it cant put in to smelt
			
			
									
									Code: Select all
result_inventory_size = 2,Code: Select all
category = "smelting",
    results=
    {
      {type="item", name="test-item1", amount=1},
      {type="item", name="test-item2", amount=1}
    }Mining Drill Operator
						