mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 04:09:14 +00:00
23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"name": "Beach",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"SAND"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
}
|
|
],
|
|
"derivative": "BEACH",
|
|
"heightExponent": 1,
|
|
"highHeight": 2,
|
|
"lowHeight": -1
|
|
} |