mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"vanillaDerivative": "MUSHROOM_FIELD_SHORE",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |