9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/flat-crimson/biomes/flat.json
Daniel Mills d7407a20ee Flatworlds
2020-08-08 20:07:02 -04:00

20 lines
369 B
JSON

{
"name": "Flat Nether",
"derivative": "CRIMSON_FOREST",
"layers": [
{
"palette": ["RED_NETHER_BRICKS"]
},
{
"palette": ["NETHER_WART_BLOCK"],
"minHeight": 2,
"maxHeight": 2
}
],
"generators": [{
"min": 3,
"max": 3,
"generator": "flat"
}]
}