mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 12:46:40 +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": 2,
|
|
"max": 5
|
|
},
|
|
{
|
|
"zoom": 2,
|
|
"offsetX": 0,
|
|
"offsetZ": 0,
|
|
"seed": 1339,
|
|
"min": 6,
|
|
"max": 8
|
|
}
|
|
],
|
|
"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": "MOUNTAINS",
|
|
"heightFrequency": 0.2,
|
|
"heightExponent": 1,
|
|
"highHeight": 35,
|
|
"lowHeight": 3
|
|
} |