9 lines
190 B
Lua

return
{
entities =
{
{"rock-big", {x = 0, y = 0}, {}},
{"wooden-chest", {x = 1.5, y = 1.5}, {items = {["engine-unit"] = 8, ["iron-plate"] = 20, ["steel-plate"] = 5}, }},
},
}