9 lines
163 B
Lua

return
{
entities =
{
{"brass-pipe-to-ground", {x = -10, y = 0}, {dir = "west", }},
{"brass-pipe-to-ground", {x = 9, y = 0}, {dir = "east", }},
},
}