mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "Ocean",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"SAND"
|
|
]
|
|
},
|
|
{
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT",
|
|
"DIRT",
|
|
"COARSE_DIRT"
|
|
]
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": -41,
|
|
"max": -7
|
|
}
|
|
],
|
|
"decorators":[
|
|
{
|
|
"zoom": 20,
|
|
"chance": 0.2,
|
|
"palette": [
|
|
"SEAGRASS"
|
|
],
|
|
"dispersion": "WISPY",
|
|
"variance": "WISPY"
|
|
}
|
|
],
|
|
"slab": {
|
|
"dispersion": "SCATTER",
|
|
"terrainZoom": 0.5,
|
|
"palette": [
|
|
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
|
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
|
"AIR",
|
|
"AIR"
|
|
]
|
|
},
|
|
"derivative": "LUKEWARM_OCEAN"
|
|
} |