mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2024-12-26 22:56:43 +02:00
Mtn v3 - user requested feature
Changes mining ore chances
This commit is contained in:
parent
c7fd81da94
commit
4f16030532
@ -199,10 +199,10 @@ end
|
||||
|
||||
local function mining_chances_ores()
|
||||
local data = {
|
||||
{name = 'iron-ore', chance = 25},
|
||||
{name = 'copper-ore', chance = 17},
|
||||
{name = 'coal', chance = 15},
|
||||
{name = 'stone', chance = 13},
|
||||
{name = 'iron-ore', chance = 26},
|
||||
{name = 'copper-ore', chance = 21},
|
||||
{name = 'coal', chance = 17},
|
||||
{name = 'stone', chance = 6},
|
||||
{name = 'uranium-ore', chance = 2}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user