mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 04:09:14 +00:00
45 lines
854 B
JSON
45 lines
854 B
JSON
{
|
|
"name": "Ocean",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"SAND"
|
|
]
|
|
},
|
|
{
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT",
|
|
"DIRT",
|
|
"COARSE_DIRT"
|
|
]
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": -41,
|
|
"max": -7
|
|
}
|
|
],
|
|
"decorators":[
|
|
{
|
|
"zoom": 20,
|
|
"chance": 0.2,
|
|
"palette": [
|
|
"SEAGRASS"
|
|
],
|
|
"dispersion": "WISPY",
|
|
"variance": "WISPY"
|
|
}
|
|
],
|
|
"derivative": "LUKEWARM_OCEAN"
|
|
} |