mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
20 lines
346 B
JSON
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"
|
|
}]
|
|
}
|