mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
40 lines
816 B
JSON
40 lines
816 B
JSON
{
|
|
"name": "Mushroom Beach",
|
|
"rarity": 2,
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"STONE",
|
|
"ANDESITE"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
}
|
|
],
|
|
"slab": {
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
"minecraft:stone_slab[type=bottom,waterlogged=false]",
|
|
"minecraft:andesite_slab[type=bottom,waterlogged=false]",
|
|
"AIR",
|
|
"AIR"
|
|
]
|
|
},
|
|
"generators": [
|
|
{
|
|
"generator": "plain",
|
|
"min": -1,
|
|
"max": 1
|
|
}
|
|
],
|
|
"derivative": "SWAMP"
|
|
} |