mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 04:09:14 +00:00
27 lines
503 B
JSON
27 lines
503 B
JSON
{
|
|
"name": "Flat",
|
|
"derivative": "PLAINS",
|
|
"layers": [
|
|
{
|
|
"style": {
|
|
"zoom": 0.1,
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
"REDSTONE_BLOCK",
|
|
"WHITE_CONCRETE"
|
|
]
|
|
},
|
|
{
|
|
"palette": ["DIRT"],
|
|
"minHeight": 2,
|
|
"maxHeight": 2
|
|
}
|
|
],
|
|
"generators": [{
|
|
"min": 3,
|
|
"max": 3,
|
|
"generator": "flat"
|
|
}]
|
|
}
|