9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 04:09:14 +00:00
Files
Iris-Pack-EarthWorld/flat/biomes/flat.json
Daniel Mills d7407a20ee Flatworlds
2020-08-08 20:07:02 -04:00

20 lines
335 B
JSON

{
"name": "Flat",
"derivative": "PLAINS",
"layers": [
{
"palette": ["GRASS_BLOCK"]
},
{
"palette": ["DIRT"],
"minHeight": 2,
"maxHeight": 2
}
],
"generators": [{
"min": 3,
"max": 3,
"generator": "flat"
}]
}