Page 1 of 1

Where to find item definitions

Posted: Fri Mar 06, 2020 4:32 am
by DarthDobber
I realize this is a super simple question but I just can't find it on my own. Where can I find full prototype definitions?

I am wanting to get started with modding and I thought I would start out with the splitter just to get the hang of it. The problem is I don't know where to find the full defintion. I have found this but this just gives the structure and not the actual values.

https://wiki.factorio.com/Prototype/Splitter

Thanks in advance.

Re: Where to find item definitions

Posted: Fri Mar 06, 2020 5:42 am
by darkfrei
DarthDobber wrote: Fri Mar 06, 2020 4:32 am I realize this is a super simple question but I just can't find it on my own. Where can I find full prototype definitions?
You can use serpent https://github.com/pkulchenko/serpent or this mod viewtopic.php?t=45107

Just as log(serpent.block(any_table))

Re: Where to find item definitions

Posted: Fri Mar 06, 2020 1:55 pm
by DarthDobber
Thank you very much!