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/hot-beach.json

72 lines
1.6 KiB
JSON

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