Code: Select all
basic_settings = {
autoplace_settings = {
['tile'] = {
treat_missing_as_default = false,
-- how does enforcing tiles work?
--
-- settings = {
-- ['red-desert-03'] = { --is applied but has no effect?
-- size = 100,
-- frequency = 100,
-- richness = 100,
-- }
-- }
},
}
}
-> Thank you for pointing this out. The explanation for this from the runtime docs has now also been added to the wiki.