mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -244,9 +244,17 @@ script.on_init(function()
|
||||
no_enemies_mode = true,
|
||||
autoplace_controls = {},
|
||||
autoplace_settings = {
|
||||
tile = {treat_missing_as_default = false},
|
||||
tile = {
|
||||
treat_missing_as_default = false,
|
||||
settings = {
|
||||
['out-of-map'] = {frequency=1, size=1, richness=1},
|
||||
}
|
||||
},
|
||||
entity = {treat_missing_as_default = false},
|
||||
decorative = {treat_missing_as_default = false}
|
||||
},
|
||||
property_expression_names = {
|
||||
['tile:out-of-map:probability'] = '1'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user