14 lines
502 B
Lua
14 lines
502 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"texugo-wind-turbine2", {x = 0, y = 1}, {dir = "east", }},
|
|
{"fast-underground-belt", {x = -5.5, y = -0.5}, {dir = "east", }},
|
|
{"fast-underground-belt", {x = 5.5, y = -0.5}, {dir = "east", }},
|
|
{"lighted-medium-electric-pole", {x = -5.5, y = 0.5}, {}},
|
|
{"fast-underground-belt", {x = -5.5, y = 1.5}, {dir = "east", }},
|
|
{"lighted-medium-electric-pole", {x = 5.5, y = 0.5}, {}},
|
|
{"fast-underground-belt", {x = 5.5, y = 1.5}, {dir = "east", }},
|
|
},
|
|
}
|