9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Hot cave biomes

This commit is contained in:
Daniel Mills
2020-07-28 03:14:09 -04:00
parent bbf3baba08
commit 95185508ab
4 changed files with 12 additions and 2 deletions

View File

@@ -18,7 +18,9 @@
"continentZoom": 0.2,
"hermiteBias": 0.5,
"placeObjects": true,
"decorate": true,
"caves": true,
"postProcess": false,
"caveScale": 1,
"caveThickness": 1,
"caveShift": 0,

View File

@@ -1,5 +1,5 @@
{
"name": "Brian",
"name": "Test",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
@@ -10,5 +10,9 @@
],
"shoreBiomes": [
"beach"
],
"caveBiomeZoom": 0.25,
"caveBiomes": [
"acave"
]
}

View File

@@ -17,6 +17,10 @@
"shoreBiomes": [
"hot-beach"
],
"caveBiomes": [
"hot-sandy-red-cave",
"hot-sandy-cave"
],
"spotBiomes": [
{
"biome": "hot-volcanic",

View File

@@ -20,7 +20,7 @@
"roughnessZoom": 1,
"caveScale": 1,
"caveShift": 9,
"caves": false,
"caves": true,
"placeObjects": true,
"postProcess": true,
"decorate": true,