9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/carving/deep.json
Brian Fopiano f8b4460fae Biomes [You are welcome Coco]
Mandated a Schema Order
2022-05-16 19:52:02 -07:00

51 lines
1.1 KiB
JSON

{
"name": "Deepened cave",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{
"block": "minecraft:stone"
}
]
},
"layers": [
{
"style": {
"style": "STATIC"
},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
}
],
"caveCeilingLayers": [
{
"style": {
"style": "STATIC"
},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:stone"
},
{
"block": "minecraft:andesite"
}
]
}
]
}