1
0
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:
grilledham 2023-09-16 18:08:32 +01:00 committed by GitHub
parent f8a95354f4
commit e023abe750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},