9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/msa-beach.json

56 lines
1.2 KiB
JSON

{
"name": "Mesa beach",
"derivative": "DESERT_LAKES",
"vanillaDerivative": "DESERT_LAKES",
"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"
]
}]
}