9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/iris.overworld.temperate/biomes/temperate-plains.json
Daniel Mills 4276a07526 Fixes
2020-07-20 19:37:09 -04:00

68 lines
1.3 KiB
JSON

{
"name": "Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"children":[
"temperate-wilds"
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.19,
"palette": ["GRASS"],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 7
},
{
"generator": "wavy",
"min": 0,
"max": 3
}
],
"derivative": "PLAINS",
"biomeDispersion": "WISPY",
"biomeZoom": 60,
"biomeScatter": [
"FOREST",
"PLAINS"
],
"biomeSkyScatter": [
"FOREST",
"JUNGLE"
]
}