9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/dev.brian/biomes/land.json
Daniel Mills 3699967370 F'
2020-07-20 22:00:20 -04:00

32 lines
589 B
JSON

{
"name": "Land",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"GRASS_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": 11,
"max": 17
},
{
"generator": "plainsh",
"min": 11,
"max": 17
}
],
"derivative": "JUNGLE_EDGE"
}