Page 1 of 1

[0.15] blueprint creator

Posted: Fri Jan 19, 2018 8:53 am
by turoni
I want to try to create a tool that can
given a request for x resources/min
create the graph that would result in those resources.
I have some ideas how I can do this optimally but I was wondering if there is easily parsable info on
all items
their recipe
their crafting time

troughput of belts and inserters

I know how to find this in wiki's but I'd prefer it if I didn't have to look it up for every item.

Re: [0.15] blueprint creator

Posted: Fri Jan 19, 2018 2:10 pm
by darkfrei

Re: [0.15] blueprint creator

Posted: Fri Jan 19, 2018 2:26 pm
by turoni
Version doesn't really matter that much.
Sorry if this info is obvious/can be easily found somewhere
I'm not really familiar with the API and wouldn't write it as a mod but a seperate tool, probably in c++.
Can you use the api to print this data to a file?