1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00
RedMew/map_gen/combined/meteor_strike_data.lua
Matthew 0927a839b8
Fix linting (#657)
Fix linting warnings
2019-01-19 11:34:29 -05:00

24 lines
374 B
Lua

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