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

60 lines
1.2 KiB
JSON

{
"name": "Mushroom Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"derivative": "SWAMP",
"rarity": 2,
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "andesite_slab"
},
{
"weight": 2,
"block": "air"
}
]
}
}