I found: https://lua-api.factorio.com/latest/typ ... ision_mask
Which discribes how to make the prototype.
But - in the Runtime prototype: https://lua-api.factorio.com/latest/con ... ition.html
It's not mentioned.
But - But - when I try to log the pipe connection:
Code: Select all
prototypes.entity["pipe-to-ground"].fluidbox_prototypes[1].pipe_connections[2]Code: Select all
{
connection_category = {
"default"
},
connection_type = "underground",
direction = 8,
flow_direction = "input-output",
hide_connection_info = true,
layers = {
empty_space = true,
lava_tile = true
},
max_underground_distance = 10,
positions = {
{
x = 0,
y = 0
},
{
x = 0,
y = 0
},
{
x = 0,
y = 0
},
{
x = 0,
y = 0
}
}
}

