14 lines
449 B
Lua

return
{
entities =
{
{"pipe-to-ground", {x = -0.5, y = -6.5}, {}},
{"pipe-to-ground", {x = -0.5, y = -0.5}, {}},
{"pipe-to-ground", {x = -0.5, y = -1.5}, {dir = "south", }},
{"pipe-to-ground", {x = -6.5, y = 0.5}, {dir = "west", }},
{"pipe-to-ground", {x = 3.5, y = 0.5}, {dir = "east", }},
{"pipe-to-ground", {x = 4.5, y = 0.5}, {dir = "west", }},
{"pipe-to-ground", {x = -0.5, y = 6.5}, {dir = "south", }},
},
}