mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
26 lines
468 B
JSON
26 lines
468 B
JSON
{
|
|
"name": "Flat",
|
|
"derivative": "PLAINS",
|
|
"layers": [
|
|
{
|
|
"style": {
|
|
"zoom": 0.1,
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
"GRASS_BLOCK"
|
|
]
|
|
},
|
|
{
|
|
"palette": ["DIRT"],
|
|
"minHeight": 2,
|
|
"maxHeight": 2
|
|
}
|
|
],
|
|
"generators": [{
|
|
"min": 10,
|
|
"max": 10,
|
|
"generator": "flat"
|
|
}]
|
|
}
|