mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
38 lines
743 B
JSON
38 lines
743 B
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"
|
|
]
|
|
}
|
|
],
|
|
"derivative": "PLAINS",
|
|
"heightFrequency": 0.2,
|
|
"heightExponent": 1,
|
|
"highHeight": 3,
|
|
"lowHeight": 3
|
|
} |