mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "Beach",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"SAND"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
}
|
|
],
|
|
"slab": {
|
|
"dispersion": "SCATTER",
|
|
"terrainZoom": 0.5,
|
|
"palette": [
|
|
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
|
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
|
"AIR",
|
|
"AIR"
|
|
]
|
|
},
|
|
"decorators":[
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.03,
|
|
"palette": [
|
|
"minecraft:stone_button[face=floor,facing=east,powered=false]",
|
|
"minecraft:stone_button[face=floor,facing=south,powered=false]"
|
|
],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
},
|
|
{
|
|
"zoom": 5,
|
|
"verticalZoom": 5,
|
|
"chance": 0.19,
|
|
"partOf": "SHORE_LINE",
|
|
"stackMin": 1,
|
|
"stackMax": 5,
|
|
"palette": [
|
|
"SUGAR_CANE"
|
|
],
|
|
"verticalVariance": "WISPY",
|
|
"dispersion": "WISPY",
|
|
"variance": "SCATTER"
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": -1,
|
|
"max": 1
|
|
}
|
|
],
|
|
"derivative": "BEACH"
|
|
} |