9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
This commit is contained in:
Daniel Mills
2020-07-20 22:00:20 -04:00
parent e166b6b9c6
commit 3699967370
9 changed files with 39 additions and 100 deletions

View File

@@ -5,7 +5,7 @@
"minHeight": 3,
"maxHeight": 6,
"palette": [
"GRASS"
"GRASS_BLOCK"
]
},
{
@@ -19,8 +19,13 @@
"generators":[
{
"generator": "plain",
"min": 2,
"max": 5
"min": 11,
"max": 17
},
{
"generator": "plainsh",
"min": 11,
"max": 17
}
],
"derivative": "JUNGLE_EDGE"

View File

@@ -18,9 +18,9 @@
],
"generators":[
{
"generator": "plain",
"min": 2,
"max": 5
"generator": "plainsh",
"min": -10,
"max": -20
}
],
"derivative": "JUNGLE_EDGE"

View File

@@ -18,7 +18,7 @@
],
"generators":[
{
"generator": "plain",
"generator": "plainsh",
"min": 2,
"max": 5
}

View File

@@ -14,17 +14,22 @@
"ridgeBiomes": [
{
"biome": "ridge",
"type": "land",
"width": 7,
"scale": 1,
"chance": 0.75
"type": "LAND",
"scale": 0.18,
"chance": 0.95,
"thickness": 0.09,
"chanceScale": 0.1,
"chanceShuffle": 128,
"shuffle": 8
}
],
"spotBiomes": [
{
"biome": "spot",
"type": "land",
"scale": 15
"type": "LAND",
"scale": 4,
"rarity": 12,
"shuffle": 128
}
]
}