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

9 lines
332 B
Lua

return
{
entities =
{
{"stone-furnace", {x = -2, y = -2}, {dmg = {dmg = {type = "random", min = 10, max = 50}}, }},
{"wooden-chest", {x = 0.5, y = -0.5}, {items = {coal = {type = "random", min = 1, max = 10}, ["iron-ore"] = {type = "random", min = 1, max = 15}, stone = {type = "random", min = 1, max = 20}}, }},
},
}