I'm trying to make my own chemical plant and I keep getting this error:
Code: Select all
Invalid pipe connections specification for offset {0.00000000000, -2.9960....}
Code: Select all
{
production_type = "input",
pipe_covers = pipecoverspictures(),
base_area = 10,
base_level = -1,
pipe_connections = {{ type="input", position = {0, 3} }}
},
{
production_type = "output",
pipe_covers = pipecoverspictures(),
base_level = 1,
pipe_connections = {{ position = {0, -3} }}
},