9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/biomes/mountain/beach.json
2021-07-04 16:54:47 -07:00

70 lines
1.4 KiB
JSON

{
"name": "Mountain Beach",
"derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [
{
"min": 0,
"max": 2,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
{
"minHeight": 1,
"maxHeight": 6,
"palette": [
{
"block": "stone"
}
]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/barrel-bin"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone_slab"
},
{
"block": "air"
}
]
}
}