mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-13 19:57:11 +01:00
fixed json syntax
This commit is contained in:
parent
08090e70a0
commit
81edeb0183
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"_comment": "Sizes can be specified as none, very-low, low, normal,
|
"_comment": "Sizes can be specified as none, very-low, low, normal, high, very-high",
|
||||||
high, very-high",
|
|
||||||
"terrain_segmentation": "normal",
|
"terrain_segmentation": "normal",
|
||||||
"water": "normal",
|
"water": "normal",
|
||||||
"width": 0,
|
"width": 0,
|
||||||
@ -10,15 +9,10 @@ high, very-high",
|
|||||||
"autoplace_controls":
|
"autoplace_controls":
|
||||||
{
|
{
|
||||||
"coal": {"frequency": "very-low", "size": "high", "richness": "high"},
|
"coal": {"frequency": "very-low", "size": "high", "richness": "high"},
|
||||||
"copper-ore": {"frequency": "very-low", "size": "high", "richness":
|
"copper-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
|
||||||
"high"},
|
"crude-oil": {"frequency": "normal", "size": "high", "richness": "high"},
|
||||||
"crude-oil": {"frequency": "normal", "size": "high", "richness":
|
"enemy-base": {"frequency": "low", "size": "normal", "richness": "normal"},
|
||||||
"high"},
|
"iron-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
|
||||||
"enemy-base": {"frequency": "low", "size": "normal", "richness":
|
"stone": {"frequency": "very-low", "size": "normal", "richness": "normal"}
|
||||||
"normal"},
|
|
||||||
"iron-ore": {"frequency": "very-low", "size": "high", "richness":
|
|
||||||
"high"},
|
|
||||||
"stone": {"frequency": "very-low", "size": "normal", "richness":
|
|
||||||
"normal"}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user