mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
45 lines
713 B
JSON
45 lines
713 B
JSON
{
|
|
"name": "Test Island",
|
|
"layers": [
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"SAND"
|
|
]
|
|
},
|
|
{
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT",
|
|
"DIRT",
|
|
"COARSE_DIRT"
|
|
]
|
|
}
|
|
],
|
|
"generators": [
|
|
{
|
|
"generator": "sharper",
|
|
"min": -1,
|
|
"max": 3
|
|
}
|
|
],
|
|
"slab": {
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
|
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
|
"AIR",
|
|
"AIR"
|
|
]
|
|
},
|
|
"derivative": "SNOWY_BEACH"
|
|
} |