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/plains-dan.json
Daniel Mills b9c61de304 Junk
2020-05-17 01:04:07 -04:00

56 lines
1.1 KiB
JSON

{
"name": "Plains",
"auxiliaryGenerators":[
{
"zoom": 3,
"offsetX": 0,
"offsetZ": 0,
"seed": 1337,
"min": 1,
"max": 5
},
{
"zoom": 2,
"offsetX": 0,
"offsetZ": 0,
"seed": 1339,
"min": 1,
"max": 2
}
],
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"derivative": "PLAINS",
"heightFrequency": 0.2,
"heightExponent": 1,
"highHeight": 3,
"lowHeight": 3
}