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

Hill tweaks

This commit is contained in:
Daniel Mills
2020-07-27 03:09:23 -04:00
parent aa8da70ba2
commit 67f4036fc5
5 changed files with 17 additions and 14 deletions

View File

@@ -81,13 +81,13 @@
"generators":[
{
"generator": "plain",
"min": 38,
"max": 26
"min": 5,
"max": 13
},
{
"generator": "sharp-mild",
"min": -2,
"max": 4
"generator": "plain-cliffs",
"min": 22,
"max": 44
}
],
"derivative": "PLAINS",

View File

@@ -39,6 +39,9 @@
"STONE"
]
},
"children":[
"temperate-highlands"
],
"decorators": [
{
"zoom": 0.02,

View File

@@ -7,8 +7,7 @@
"landBiomes": [
"temperate-plains",
"temperate-birch-forest",
"temperate-oak-forest",
"temperate-highlands"
"temperate-oak-forest"
],
"seaBiomes": [
"temperate-ocean"

View File

@@ -185,19 +185,19 @@
},
"generators":[
{
"generator": "plain",
"min": 6,
"max": 8
"generator": "plain-cliffs",
"min": 12,
"max": 25
},
{
"generator": "wavy",
"min": 6,
"max": 15
"min": 4,
"max": 6
},
{
"generator": "rough",
"min": 0,
"max": 4
"min": -1,
"max": 2
}
],
"derivative": "JUNGLE",

View File

@@ -32,6 +32,7 @@
"children":[
"tundra-mountains-cliffs"
],
"childShrinkFactor": 8,
"slab": {
"dispersion": "WISPY",
"terrainZoom": 0.25,