1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/combined/meteor_strike_data.lua

23 lines
372 B
Lua
Raw Normal View History

2018-01-21 17:30:42 +02:00
local data =
{
{
weight = 1
thresholds =
{
{value = 400, name = nil},
{value = 500, name = "iron-ore"},
{value = 600, name = "copper-ore"},
{value = 700, name = "coal"},
{value = 800, name = "stone"},
}
}
}
local function process_data()
end
process_data()
return data