9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/mushroom-beach.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

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"
}