mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 20:29:12 +00:00
56 lines
1.1 KiB
JSON
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
|
|
} |