Add storm clouds to the spawn list in cloud continents (assuming this works)

This commit is contained in:
Sollace 2023-11-05 21:41:25 +00:00
parent 1cf6beafdc
commit 3a9978a6b1
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -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
},