diff --git a/biomes/subterrestrial-palette/drip-cavern.json b/biomes/subterrestrial-palette/drip-cavern.json index 319406db..3c470990 100644 --- a/biomes/subterrestrial-palette/drip-cavern.json +++ b/biomes/subterrestrial-palette/drip-cavern.json @@ -1,65 +1,85 @@ { - "name": "Dripstone Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - }, - "layers": [ + "name": "Dripstone Cavern", + "wall": { + "style": { "style": "SIMPLEX_CELLS", "fracture": {"style": "STATIC"} }, + "palette": [ + { + "block": "minecraft:dripstone_block", + "weight": 4 + }, + { + "block": "minecraft:granite" + } + ] + }, + "layers": [ + { + "minHeight": 1, + "maxHeight": 2, + "style": { "style": "GLOB_IRIS_THICK" }, + "zoom": 0.4, + "palette": [ { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - } - ], - "decorators": [ - { - "chance": 0.066, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "absoluteMaxStack": 7, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "up" - } - } - ] + "weight": 2, + "block": "minecraft:tuff" }, { - "partOf": "CEILING", - "chance": 0.1, - "absoluteMaxStack": 7, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "down" - } - } - ] + "weight": 1, + "block": "minecraft:water" + }, + { + "weight": 2, + "block": "minecraft:calcite" + }, + { + "block": "minecraft:dripstone_block", + "weight": 6 } - ] -} \ No newline at end of file + ] + } + ], + "caveCeilingLayers": [ + { + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:dripstone_block" + } + ] + } + ], + "decorators": [ + { + "chance": 0.066, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "absoluteMaxStack": 6, + "palette": [ + { + "block": "minecraft:pointed_dripstone", + "data": { + "vertical_direction": "up" + } + } + ] + }, + { + "partOf": "CEILING", + "chance": 0.1, + "absoluteMaxStack": 6, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "palette": [ + { + "block": "minecraft:pointed_dripstone", + "data": { + "vertical_direction": "down" + } + } + ] + } + ] +} diff --git a/caves/drip/main.json b/caves/drip/main.json index 42086e69..0a7f9c4b 100644 --- a/caves/drip/main.json +++ b/caves/drip/main.json @@ -1,4 +1,5 @@ { + "name": "Amethyst Cavern", "fill": { "block": "minecraft:cave_air" }, diff --git a/caves/drip/small.json b/caves/drip/small.json index 25979cb7..c6591cf2 100644 --- a/caves/drip/small.json +++ b/caves/drip/small.json @@ -1,4 +1,5 @@ { + "name": "Amethyst Cavern Small", "fill": { "block": "minecraft:cave_air" },