1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-17 21:08:08 +02:00

More coal/stone for one direction map. (#1288)

This commit is contained in:
grilledham 2022-02-10 21:00:27 +00:00 committed by GitHub
parent 11ad0051ef
commit 7d7746ffc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,10 @@ return {
['start'] = start_value,
['weight'] = 1,
['ratios'] = {
{resource = b.resource(b.full_shape, 'iron-ore', value), weight = 18},
{resource = b.resource(b.full_shape, 'copper-ore', value), weight = 9},
{resource = b.resource(b.full_shape, 'stone', value), weight = 8},
{resource = b.resource(b.full_shape, 'coal', value), weight = 65}
{resource = b.resource(b.full_shape, 'iron-ore', value), weight = 14},
{resource = b.resource(b.full_shape, 'copper-ore', value), weight = 6},
{resource = b.resource(b.full_shape, 'stone', value), weight = 10},
{resource = b.resource(b.full_shape, 'coal', value), weight = 70}
}
},
{