Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

14 lines
443 B
Lua

return
{
entities =
{
{"pipe-to-ground", {x = 0.5, y = -7}, {}},
{"washing-plant", {x = 0.5, y = -3}, {dir = "south", }},
{"pipe-to-ground", {x = -5.5, y = 0}, {dir = "west", }},
{"pipe-to-ground", {x = 4.5, y = 0}, {dir = "east", }},
{"pipe-to-ground", {x = 5.5, y = 0}, {dir = "west", }},
{"washing-plant", {x = 0.5, y = 3}, {dir = "south", }},
{"pipe-to-ground", {x = 0.5, y = 6}, {dir = "south", }},
},
}