9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/flat-end/biomes/flat.json
Daniel Mills d7407a20ee Flatworlds
2020-08-08 20:07:02 -04:00

20 lines
346 B
JSON

{
"name": "Flat",
"derivative": "THE_END",
"layers": [
{
"palette": ["END_STONE_BRICKS"]
},
{
"palette": ["END_STONE"],
"minHeight": 2,
"maxHeight": 2
}
],
"generators": [{
"min": 3,
"max": 3,
"generator": "flat"
}]
}