Page 1 of 1

Help with Recipes!

Posted: Tue Oct 04, 2022 7:12 pm
by SwiftlyEzz
I was wondering if there was a way to change the amount of items you get from crafting. Like I was planning on making a mod, but I want it to change how much of something it makes, is there a way to do this?

EDIT:
I would like to also know if it's possible to change the amount of items the furnace can send out, such as 1 Iron Ore being smelted into 4 Iron Plates. Is this even possible?

Re: Help with Recipes!

Posted: Tue Oct 04, 2022 8:05 pm
by FuryoftheStars
Yes. Check out this page (https://wiki.factorio.com/Prototype/Recipe), and specifically you'll be looking at result and result_count, or if you have multiple results, then you'll want to replace those with results (I'm not 100% sure, but results may be required for fluids, too).
SwiftlyEzz wrote: Tue Oct 04, 2022 7:12 pm EDIT:
I would like to also know if it's possible to change the amount of items the furnace can send out, such as 1 Iron Ore being smelted into 4 Iron Plates. Is this even possible?
IIRC, this is also a recipe, just one that is auto-selected by the furnace based on what's being put in, vs assemblers where you have to pick the recipe.

Re: Help with Recipes!

Posted: Tue Oct 04, 2022 9:11 pm
by SwiftlyEzz
Okay thank you! I will give this a shot! Thanks again!

Re: Help with Recipes!

Posted: Tue Oct 04, 2022 11:57 pm
by SwiftlyEzz
Also another question, is it possible to change how much a drill mines or something?

Re: Help with Recipes!

Posted: Wed Oct 05, 2022 12:21 am
by PFQNiet
Yes, just change the minable properties of the resource prototype. See https://wiki.factorio.com/Prototype/Entity#minable and https://wiki.factorio.com/Types/MinableProperties