9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/iris.overworld.tropical/biomes/tropical-rainforest.json
Daniel Mills 594a5dceac Fixes
2020-07-19 04:09:26 -04:00

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"
}