mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"name": "Flat Nether",
|
|
"derivative": "NETHER_WASTES",
|
|
"layers": [
|
|
{
|
|
"palette": ["NETHERRACK"]
|
|
},
|
|
{
|
|
"palette": ["NETHERRACK"],
|
|
"minHeight": 2,
|
|
"maxHeight": 2
|
|
}
|
|
],
|
|
"generators": [{
|
|
"min": 3,
|
|
"max": 3,
|
|
"generator": "flat"
|
|
}]
|
|
}
|