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/flat2.json
Daniel Mills dc54364986 Fixes
2020-08-17 00:26:12 -04:00

26 lines
470 B
JSON

{
"name": "Flat 2",
"derivative": "PLAINS",
"layers": [
{
"style": {
"zoom": 0.1,
"style": "STATIC"
},
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": ["DIRT"],
"minHeight": 2,
"maxHeight": 2
}
],
"generators": [{
"min": 20,
"max": 20,
"generator": "flat"
}]
}