1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Merge pull request #974 from grilledham/crashsite/updates

reduce number of trees correctly
This commit is contained in:
grilledham 2019-08-03 14:34:47 +01:00 committed by GitHub
commit 7d56edd582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,12 @@ local config = {
property_expression_names = { property_expression_names = {
['control-setting:moisture:bias'] = '-0.500000' ['control-setting:moisture:bias'] = '-0.500000'
}, },
trees = { autoplace_controls = {
frequency = 6, trees = {
richness = 1, frequency = 6,
size = 0.1666666716337204 richness = 1,
size = 0.1666666716337204
}
} }
} }
} }