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:
@@ -18,7 +18,9 @@
|
||||
"continentZoom": 0.2,
|
||||
"hermiteBias": 0.5,
|
||||
"placeObjects": true,
|
||||
"decorate": true,
|
||||
"caves": true,
|
||||
"postProcess": false,
|
||||
"caveScale": 1,
|
||||
"caveThickness": 1,
|
||||
"caveShift": 0,
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -17,6 +17,10 @@
|
||||
"shoreBiomes": [
|
||||
"hot-beach"
|
||||
],
|
||||
"caveBiomes": [
|
||||
"hot-sandy-red-cave",
|
||||
"hot-sandy-cave"
|
||||
],
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "hot-volcanic",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"roughnessZoom": 1,
|
||||
"caveScale": 1,
|
||||
"caveShift": 9,
|
||||
"caves": false,
|
||||
"caves": true,
|
||||
"placeObjects": true,
|
||||
"postProcess": true,
|
||||
"decorate": true,
|
||||
|
||||
Reference in New Issue
Block a user