mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
F'
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 2,
|
||||
"max": 5
|
||||
"generator": "plainsh",
|
||||
"min": -10,
|
||||
"max": -20
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"generator": "plainsh",
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user