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,6 +17,7 @@ local config = {
property_expression_names = {
['control-setting:moisture:bias'] = '-0.500000'
},
autoplace_controls = {
trees = {
frequency = 6,
richness = 1,
@ -24,6 +25,7 @@ local config = {
}
}
}
}
}
local Scenario = require 'map_gen.maps.crash_site.scenario'