mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 04:36:33 +00:00
43 lines
819 B
JSON
43 lines
819 B
JSON
{
|
|
"name": "Rainforest",
|
|
"layers": [
|
|
{
|
|
"palette": [
|
|
"GRASS_BLOCK"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 4,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"dispersion": "SCATTER",
|
|
"palette": [
|
|
"STONE",
|
|
"ANDESITE",
|
|
"STONE"
|
|
]
|
|
}
|
|
],
|
|
"children":[
|
|
"tropical-rainforest-hills"
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 4,
|
|
"max": 7
|
|
},
|
|
{
|
|
"generator": "wavy",
|
|
"min": 2,
|
|
"max": 7
|
|
}
|
|
],
|
|
"derivative": "JUNGLE"
|
|
} |