mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
24 lines
423 B
JSON
24 lines
423 B
JSON
{
|
|
"name": "Flat",
|
|
"derivative": "PLAINS",
|
|
"layers": [
|
|
{
|
|
"maxHeight": 10,
|
|
"minHeight": 10,
|
|
"palette": [
|
|
"GRASS_BLOCK"
|
|
]
|
|
},
|
|
{
|
|
"palette": ["DIRT"],
|
|
"minHeight": 2,
|
|
"maxHeight": 2
|
|
}
|
|
],
|
|
"generators": [{
|
|
"min": 4,
|
|
"max": 4,
|
|
"generator": "flat"
|
|
}]
|
|
}
|