9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/flat/biomes/flat.json
Daniel Mills 0bdccfa58e ggg
2020-08-24 12:36:02 -04:00

33 lines
615 B
JSON

{
"name": "Flat",
"derivative": "PLAINS",
"layers": [
{
"maxHeight": 10,
"minHeight": 10,
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": ["DIRT"],
"minHeight": 2,
"maxHeight": 2
}
],
"structures": [
{
"tileset": "murky-stronghold",
"rarity": 1,
"shuffle": 1,
"ratio": 0.0001,
"zoom": 3
}
],
"generators": [{
"min": 4,
"max": 4,
"generator": "flat"
}]
}