9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/tundra-beach-stone.json

66 lines
1.5 KiB
JSON

{
"vanillaDerivative": "BEACH",
"name": "Stone Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"entityInitialSpawns": [
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"derivative": "BEACH",
"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"
}
]
}
}