9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/flat/biomes/flat.json
2020-08-16 02:24:10 -04:00

27 lines
503 B
JSON

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