mirror of
https://github.com/LpmRaven/factorio-docker-server.git
synced 2024-11-30 08:06:56 +02:00
20 lines
741 B
JSON
20 lines
741 B
JSON
{
|
|
"_comment": "Sizes can be specified as none, very-low, low, normal, high, very-high",
|
|
|
|
"terrain_segmentation": "normal",
|
|
"water": "normal",
|
|
"width": 0,
|
|
"height": 0,
|
|
"starting_area": "normal",
|
|
"peaceful_mode": false,
|
|
"autoplace_controls":
|
|
{
|
|
"coal": {"frequency": "low", "size": "normal", "richness": "normal"},
|
|
"copper-ore": {"frequency": "low", "size": "normal", "richness": "normal"},
|
|
"crude-oil": {"frequency": "low", "size": "high", "richness": "normal"},
|
|
"enemy-base": {"frequency": "very-high", "size": "very-high", "richness": "very-high"},
|
|
"iron-ore": {"frequency": "low", "size": "normal", "richness": "normal"},
|
|
"stone": {"frequency": "low", "size": "normal", "richness": "normal"}
|
|
}
|
|
}
|