Newbie modding question
Posted: Sun Oct 06, 2024 10:53 am
I'm sorry if that is a stupid question, but want to be sure if that's the case here
i want to develop mod for splitter, but as i'm checking splitter prototype
https://lua-api.factorio.com/latest/pro ... otype.html
i do not see any option here to create a circuit network connection
does that mean, that's not possible to achieve?
Or i'm not searching properly and that's is entirely possible to do?
If possible could you point me to place how to do that?
thank you
EDIT:
is that what i need to add to be able to connect entity to a circuit network?
i want to develop mod for splitter, but as i'm checking splitter prototype
https://lua-api.factorio.com/latest/pro ... otype.html
i do not see any option here to create a circuit network connection
does that mean, that's not possible to achieve?
Or i'm not searching properly and that's is entirely possible to do?
If possible could you point me to place how to do that?
thank you
EDIT:
Code: Select all
circuit_splitter.circuit_wire_connection_points = circuit_connector_definitions["belt"].points
circuit_splitter.circuit_connector_sprites = circuit_connector_definitions["belt"].sprites
circuit_splitter.circuit_wire_max_distance = 9