9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +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
}
]
}

View File

@@ -24,9 +24,6 @@
]
}
],
"children": [
"hot-volcanic"
],
"decorators": [
{
"verticalZoom": 20,

View File

@@ -3,10 +3,14 @@
"layers": [
{
"dispersion": "SCATTER",
"terrainZoom": 0.25,
"terrainZoom": 0.33,
"maxHeight": 4,
"minHeight": 2,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]",
"LAVA",
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
@@ -23,33 +27,11 @@
]
}
],
"decorators":[
{
"zoom": 0.3,
"chance": 0.04,
"palette": [
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": 9,
"max": 22
},
{
"generator": "wavy",
"min": 22,
"max": 35
},
{
"generator": "mountain",
"min": 8,
"max": 12
"min": 3,
"max": 5
}
],
"derivative": "DESERT"

View File

@@ -14,5 +14,14 @@
],
"shoreBiomes": [
"hot-beach"
],
"spotBiomes": [
{
"biome": "hot-volcanic",
"type": "LAND",
"scale": 5,
"rarity": 19,
"shuffle": 128
}
]
}

View File

@@ -41,9 +41,6 @@
"max": 4
}
],
"children":[
"tropical-volcanic"
],
"derivative": "JUNGLE",
"biomeDispersion": "WISPY",
"biomeZoom": 3,

View File

@@ -1,56 +0,0 @@
{
"name": "Volcanic",
"layers": [
{
"dispersion": "SCATTER",
"terrainZoom": 0.25,
"maxHeight": 4,
"minHeight": 2,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators":[
{
"generator": "plain",
"min": 9,
"max": 22
},
{
"generator": "wavy",
"min": 22,
"max": 35
},
{
"generator": "mountain",
"min": 8,
"max": 12
}
],
"decorators":[
{
"zoom": 0.3,
"chance": 0.04,
"palette": [
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"derivative": "DESERT"
}