10 lines
183 B
Lua
10 lines
183 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"duct-underground", {x = -1, y = -3}, {dir = "south", }},
|
|
{"duct-long", {x = -1, y = 0}, {}},
|
|
{"duct-underground", {x = -1, y = 3}, {}},
|
|
},
|
|
}
|