9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/biomes/temperate-beach.json
2020-08-14 15:30:41 -07:00

62 lines
1.5 KiB
JSON

{
"name": "Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"slab": {
"style": {"style": "STATIC"},
"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": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.19,
"partOf": "SHORE_LINE",
"stackMin": 1,
"stackMax": 5,
"palette": [
"SUGAR_CANE"
],
"verticalVariance": "IRIS",
"dispersion": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
}