10 lines
210 B
Lua
10 lines
210 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"duct-underground", {x = -3, y = -2}, {dir = "east", }},
|
|
{"duct-long", {x = 0, y = -2}, {dir = "east", }},
|
|
{"duct-underground", {x = 3, y = -2}, {dir = "west", }},
|
|
},
|
|
}
|