Help Automating Circuit Network Creation
Posted: Tue Aug 31, 2021 2:18 am
Hi, I'm trying to programmatically create a circuit network for a combinator based mod I'm working on. I've found the connect_neighbour method here:
https://lua-api.factorio.com/latest/Lua ... _neighbour
However, it requires providing a circuit network id, and I need to create a new one. Is there a method to create circuit networks? I couldn't find one here:
https://lua-api.factorio.com/latest/Lua ... twork.html
Thanks
https://lua-api.factorio.com/latest/Lua ... _neighbour
However, it requires providing a circuit network id, and I need to create a new one. Is there a method to create circuit networks? I couldn't find one here:
https://lua-api.factorio.com/latest/Lua ... twork.html
Thanks