mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-31 20:56:32 +00:00
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "Flat Warped",
|
|
"derivative": "WARPED_FOREST",
|
|
"layers": [
|
|
{
|
|
"palette": ["WARPED_WART_BLOCK"]
|
|
},
|
|
{
|
|
"palette": ["WARPED_WART_BLOCK"],
|
|
"minHeight": 2,
|
|
"maxHeight": 2
|
|
}
|
|
],
|
|
"generators": [{
|
|
"min": 3,
|
|
"max": 3,
|
|
"generator": "flat"
|
|
}]
|
|
}
|