diff --git a/biomes/subterrestrial-palette/red-sandstone-cavern.json b/biomes/subterrestrial-palette/red-sandstone-cavern.json index fc05f219..7f8c3b6c 100644 --- a/biomes/subterrestrial-palette/red-sandstone-cavern.json +++ b/biomes/subterrestrial-palette/red-sandstone-cavern.json @@ -1,32 +1,66 @@ { - "name": "Red Sandstone Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:smooth_red_sandstone" - } - ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_red_sandstone" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_red_sandstone" - } - ] - } + "name": "Red Sandstone Cavern", + "wall": { + "palette": [ + { + "block": "minecraft:red_sand" + }, + { + "block": "minecraft:red_sandstone" + } ] -} \ No newline at end of file + }, + "layers": [ + { + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:red_sand" + }, + { + "block": "minecraft:smooth_red_sandstone", + "weight": 8 + } + ] + } + ], + "caveCeilingLayers": [ + { + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:red_sand" + }, + { + "block": "minecraft:smooth_red_sandstone", + "weight": 8 + } + ] + } + ], + "decorators": [ + { + "chance": 0.03, + + "stackMin": 1, + "stackMax": 3, + "palette": [ + { + "block": "minecraft:cactus" + } + ] + }, + { + "chance": 0.01, + "palette": [ + { + "block": "minecraft:dead_bush" + } + ] + } + ] +} diff --git a/biomes/subterrestrial-palette/sandstone-cavern.json b/biomes/subterrestrial-palette/sandstone-cavern.json index 6de08588..6f8a46ac 100644 --- a/biomes/subterrestrial-palette/sandstone-cavern.json +++ b/biomes/subterrestrial-palette/sandstone-cavern.json @@ -1,32 +1,67 @@ { - "name": "Red Sandstone Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:smooth_sandstone" - } - ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_sandstone" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_sandstone" - } - ] - } + "name": "Red Sandstone Cavern", + "wall": { + "style": { "style": "VASCULAR" }, + "palette": [ + { + "block": "minecraft:sand" + }, + { + "block": "minecraft:sandstone" + } ] -} \ No newline at end of file + }, + "layers": [ + { + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:sand" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + } + ], + "caveCeilingLayers": [ + { + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:sand" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + } + ], + "decorators": [ + { + "chance": 0.03, + + "stackMin": 1, + "stackMax": 3, + "palette": [ + { + "block": "minecraft:cactus" + } + ] + }, + { + "chance": 0.02, + "palette": [ + { + "block": "minecraft:dead_bush" + } + ] + } + ] +}