9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/biomes/mesa/beach.json
2021-07-04 16:54:47 -07:00

73 lines
1.5 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"
]
}
]
}