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

9 lines
166 B
Lua

return
{
entities =
{
{"rock-big", {x = -0.5, y = -1}, {}},
{"wooden-chest", {x = 1, y = 0.5}, {items = {["liquid-sulfuric-acid-barrel"] = 1}, }},
},
}