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.
Where to find item definitions
-
- Manual Inserter
- Posts: 3
- Joined: Fri Mar 06, 2020 4:28 am
- Contact:
Re: Where to find item definitions
You can use serpent https://github.com/pkulchenko/serpent or this mod viewtopic.php?t=45107DarthDobber 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?
Just as log(serpent.block(any_table))
-
- Manual Inserter
- Posts: 3
- Joined: Fri Mar 06, 2020 4:28 am
- Contact:
Re: Where to find item definitions
Thank you very much!