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

22 lines
677 B
Lua

return
{
entities =
{
{"heat-pipe", {x = 0.5, y = -1}, {}},
{"heat-pipe", {x = -0.5, y = -1}, {}},
{"heat-exchanger", {x = 4, y = 0}, {dir = "east", }},
{"heat-pipe", {x = -5.5, y = 0}, {}},
{"heat-pipe", {x = -3.5, y = 1}, {}},
{"heat-pipe", {x = -4.5, y = 1}, {}},
{"heat-pipe", {x = -3.5, y = 0}, {}},
{"heat-pipe", {x = -4.5, y = 0}, {}},
{"heat-pipe", {x = -2.5, y = 1}, {}},
{"heat-pipe", {x = -1.5, y = 0}, {}},
{"heat-pipe", {x = -2.5, y = 0}, {}},
{"heat-pipe", {x = 0.5, y = 0}, {}},
{"heat-pipe", {x = -0.5, y = 0}, {}},
{"heat-pipe", {x = 2.5, y = 0}, {}},
{"heat-pipe", {x = 1.5, y = 0}, {}},
},
}