mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
Hill tweaks
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -39,6 +39,9 @@
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
"children":[
|
||||
"temperate-highlands"
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.02,
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
"landBiomes": [
|
||||
"temperate-plains",
|
||||
"temperate-birch-forest",
|
||||
"temperate-oak-forest",
|
||||
"temperate-highlands"
|
||||
"temperate-oak-forest"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"temperate-ocean"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
"children":[
|
||||
"tundra-mountains-cliffs"
|
||||
],
|
||||
"childShrinkFactor": 8,
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.25,
|
||||
|
||||
Reference in New Issue
Block a user