9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/mesa-beach.json
2021-06-22 19:49:32 +02:00

78 lines
1.6 KiB
JSON

{
"name": "Mesa beach",
"derivative": "DESERT_LAKES",
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean"
],
"generators": [
{
"min": 0,
"max": 1,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "red_sandstone"
}
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_sandstone"
},
{
"block": "red_sand"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "red_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
},
"objects": [
{
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"chance": 1,
"place": [
"tree/acacia/1",
"tree/acacia/2",
"tree/acacia/3"
]
}
]
}