9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-31 20:56:32 +00:00
Files
Iris-Pack-EarthWorld/flat-warped/biomes/flat.json
Daniel Mills d7407a20ee Flatworlds
2020-08-08 20:07:02 -04:00

20 lines
368 B
JSON

{
"name": "Flat Warped",
"derivative": "WARPED_FOREST",
"layers": [
{
"palette": ["WARPED_WART_BLOCK"]
},
{
"palette": ["WARPED_WART_BLOCK"],
"minHeight": 2,
"maxHeight": 2
}
],
"generators": [{
"min": 3,
"max": 3,
"generator": "flat"
}]
}