mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Add storm clouds to the spawn list in cloud continents (assuming this works)
This commit is contained in:
parent
1cf6beafdc
commit
3a9978a6b1
1 changed files with 13 additions and 1 deletions
|
@ -4,7 +4,19 @@
|
|||
"max_distance_from_center": 80,
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"size": 6,
|
||||
"spawn_overrides": {},
|
||||
"spawn_overrides": {
|
||||
"ambient": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "unicopia:storm_cloud",
|
||||
"weight": 3,
|
||||
"minCount": 2,
|
||||
"maxCount": 8
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"start_height": {
|
||||
"absolute": 180
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue