mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
20 lines
369 B
JSON
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"
|
|
}]
|
|
}
|