9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/iris.development.dan/biomes/mountains-dan.json
Daniel Mills d1071295e8 Core
2020-05-18 04:15:53 -04:00

66 lines
1.4 KiB
JSON

{
"children": [],
"decorators": [],
"objects": [],
"name": "Plains",
"layers": [
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["GRASS_BLOCK"],
"dispersion": "SCATTER"
},
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["DIRT"],
"dispersion": "SCATTER"
},
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
],
"dispersion": "SCATTER"
},
{
"minHeight": 6,
"terrainZoom": 5,
"maxHeight": 18,
"palette": [
"STONE",
"ANDESITE",
"STONE"
],
"dispersion": "SCATTER"
}
],
"childShrinkFactor": 1.5,
"derivative": "MOUNTAINS",
"auxiliaryGenerators": [
{
"offsetX": 0,
"offsetZ": 0,
"min": 2,
"seed": 1337,
"max": 5,
"zoom": 3
},
{
"offsetX": 0,
"offsetZ": 0,
"min": 6,
"seed": 1339,
"max": 8,
"zoom": 2
}
],
"highHeight": 211,
"lowHeight": 3
}