Pipe Input Positions
Posted: Fri May 15, 2015 11:11 am
So I don't lua, throw that out there right away. Trying to make input pipe connections for a 1x1 building, what should
read? Because I couldn't find anything on the wiki.
Code: Select all
fluid_boxes =
{
{
production_type = "input",
pipe_covers = pipecoverspictures(),
base_area = 10,
base_level = 0,
pipe_connections = {{ type="input", position = {0, -2} }}
}
},