mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-02-21 19:20:07 +02:00
Increase cobalt-ore weight 0.05->0.5. (#1374)
This commit is contained in:
parent
f8a95354f4
commit
e023abe750
@ -75,7 +75,7 @@ return {
|
||||
[7] = 'dirt-7'
|
||||
},
|
||||
['start'] = start_value,
|
||||
['weight'] = 10,
|
||||
['weight'] = 9.55,
|
||||
['ratios'] = {
|
||||
{resource = b.resource(b.full_shape, 'iron-ore', value), weight = 20},
|
||||
{resource = b.resource(b.full_shape, 'copper-ore', value), weight = 20},
|
||||
@ -164,7 +164,7 @@ return {
|
||||
[4] = 'red-desert-3'
|
||||
},
|
||||
['start'] = start_value,
|
||||
['weight'] = 0.05,
|
||||
['weight'] = 0.5,
|
||||
['ratios'] = {
|
||||
{resource = b.resource(b.full_shape, 'iron-ore', value), weight = 20},
|
||||
{resource = b.resource(b.full_shape, 'copper-ore', value), weight = 20},
|
||||
|
Loading…
x
Reference in New Issue
Block a user