9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
This commit is contained in:
Daniel Mills
2020-07-21 01:28:14 -04:00
parent 25567ec591
commit d5ae3a989b
22 changed files with 546 additions and 99 deletions

View File

@@ -20,7 +20,7 @@
{
"generator": "plain",
"min": -1,
"max": 1
"max": -1
}
],
"derivative": "JUNGLE_EDGE"

View File

@@ -19,13 +19,8 @@
"generators":[
{
"generator": "plain",
"min": 11,
"max": 17
},
{
"generator": "plainsh",
"min": 11,
"max": 17
"min": 12,
"max": 12
}
],
"derivative": "JUNGLE_EDGE"

View File

@@ -5,7 +5,7 @@
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
"EMERALD_BLOCK"
]
},
{
@@ -20,7 +20,7 @@
{
"generator": "plain",
"min": -8,
"max": -5
"max": -8
}
],
"derivative": "OCEAN"

View File

@@ -1,27 +0,0 @@
{
"name": "Ridge",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"DIAMOND_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plainsh",
"min": -10,
"max": -20
}
],
"derivative": "JUNGLE_EDGE"
}

View File

@@ -1,27 +0,0 @@
{
"name": "Spot",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"GOLD_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plainsh",
"min": 2,
"max": 5
}
],
"derivative": "JUNGLE_EDGE"
}

View File

@@ -10,26 +10,5 @@
],
"shoreBiomes": [
"beach"
],
"ridgeBiomes": [
{
"biome": "ridge",
"type": "LAND",
"scale": 0.18,
"chance": 0.95,
"thickness": 0.09,
"chanceScale": 0.1,
"chanceShuffle": 128,
"shuffle": 8
}
],
"spotBiomes": [
{
"biome": "spot",
"type": "LAND",
"scale": 4,
"rarity": 12,
"shuffle": 128
}
]
}