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/amethyst.json
2021-09-01 12:27:52 -08:00

84 lines
2.3 KiB
JSON

{
"name": "Amethyst Cavern",
"layers": [
{
"palette": [
{
"block": "minecraft:amethyst_block",
"weight": 6
},
{"block": "minecraft:budding_amethyst"}
],
"maxHeight": 2,
"minHeight": 2
},
{"palette": [{"block": "minecraft:deepslate"}]}
],
"wall": {"palette": [
{
"block": "minecraft:amethyst_block",
"weight": 6
},
{"block": "minecraft:budding_amethyst"}
]},
"caveCeilingLayers": [
{
"palette": [
{
"block": "minecraft:amethyst_block",
"weight": 6
},
{"block": "minecraft:budding_amethyst"}
],
"maxHeight": 2,
"minHeight": 2
},
{"palette": [{"block": "minecraft:deepslate"}]}
],
"decorators": [
{
"chance": 0.1,
"palette": [
{
"block": "minecraft:amethyst_cluster",
"weight": 4
},
{
"block": "minecraft:small_amethyst_bud",
"weight": 3
},
{
"block": "minecraft:medium_amethyst_bud",
"weight": 2
},
{"block": "minecraft:large_amethyst_bud"}
]
},
{
"partOf": "CEILING",
"chance": 0.1,
"palette": [
{
"block": "minecraft:amethyst_cluster",
"data": {"facing": "down"},
"weight": 4
},
{
"block": "minecraft:small_amethyst_bud",
"data": {"facing": "down"},
"weight": 3
},
{
"block": "minecraft:medium_amethyst_bud",
"data": {"facing": "down"},
"weight": 2
},
{
"block": "minecraft:large_amethyst_bud",
"data": {"facing": "down"}
}
]
}
]
}