9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/dev.test/biomes/b.json
Daniel Mills ad6763780a Tests
2020-07-22 15:30:04 -04:00

27 lines
481 B
JSON

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