9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 20:56:31 +00:00
Files
Iris-Pack-Overworld/flat/biomes/flat.json
Daniel Mills a3c9216707 Tile tests
2020-08-24 08:02:45 -04:00

33 lines
614 B
JSON

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