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

reduce number of trees correctly

This commit is contained in:
grilledham 2019-08-03 14:26:34 +01:00
parent afa2019faa
commit 3e28c29a70

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