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