9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/flat/biomes/flat.json
2020-08-18 01:16:45 -04:00

24 lines
426 B
JSON

{
"name": "Flat",
"derivative": "PLAINS",
"layers": [
{
"maxHeight": 10,
"minHeight": 10,
"palette": [
"EMERALD_BLOCK"
]
},
{
"palette": ["DIRT"],
"minHeight": 2,
"maxHeight": 2
}
],
"generators": [{
"min": 9,
"max": 15,
"generator": "flat"
}]
}