9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 12:46:40 +00:00

Less water and lava in mountains since they are looking like pools

This commit is contained in:
Brian Fopiano
2021-07-08 23:43:07 -07:00
parent 19d0a8e6e8
commit 44757e0f8b
3 changed files with 5 additions and 10 deletions

View File

@@ -40,7 +40,7 @@
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,
"zoom": 0.29,
"exponent": 7.6
},
"childShrinkFactor": 1,

View File

@@ -5,13 +5,8 @@
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 10
},
{
"generator": "plain",
"max": 80,
"min": 30
"max": 5,
"min": 2
}
],
"layers": [
@@ -30,7 +25,7 @@
},
{
"minHeight": 1,
"maxHeight": 8,
"maxHeight": 4,
"palette": [{
"block": "water",
"data": {"level": 0}

View File

@@ -30,7 +30,7 @@
},
{
"minHeight": 1,
"maxHeight": 10,
"maxHeight": 3,
"palette": [{
"block": "lava",
"data": {"level": 0}