From 5b2fde93805a8bec687e717e04f39d21790c52a0 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Tue, 8 Jun 2021 17:15:35 -0700 Subject: [PATCH] RemovedMosaic --- biomes/mosaic-lith-black.json | 263 -------------------------- biomes/mosaic-lith-cyan.json | 261 -------------------------- biomes/mosaic-lith-green.json | 234 ----------------------- biomes/mosaic-lith-purple.json | 201 -------------------- biomes/mosaic-lith-red.json | 327 --------------------------------- biomes/mosaic-lith-white.json | 198 -------------------- 6 files changed, 1484 deletions(-) delete mode 100644 biomes/mosaic-lith-black.json delete mode 100644 biomes/mosaic-lith-cyan.json delete mode 100644 biomes/mosaic-lith-green.json delete mode 100644 biomes/mosaic-lith-purple.json delete mode 100644 biomes/mosaic-lith-red.json delete mode 100644 biomes/mosaic-lith-white.json diff --git a/biomes/mosaic-lith-black.json b/biomes/mosaic-lith-black.json deleted file mode 100644 index d792672d..00000000 --- a/biomes/mosaic-lith-black.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "biomeSkyScatter": [ - "DESERT", - "SAVANNA" - ], - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "blackstone_wall" - }, - { - "block": "polished_blackstone_wall" - } - ], - "stackMin": 1 - }, - { - "chance": 0.00035, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "polished_blackstone_button" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "polished_blackstone_button" - } - ] - } - ], - "objects": [ - - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "blackstone" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "red_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - }, - { - "chance": 0.3, - "edit": [ - { - "find": [ - { - "block": "nether_wart_block" - } - ], - "replace": { - "palette": [ - { - "block": "black_concrete", - "backup": { - "block": "coal_block" - } - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "corrupted/crimsonwood-1", - "corrupted/crimsonwood-2", - "corrupted/crimsonwood-3", - "corrupted/crimsonwood-4", - "corrupted/crimsonwood-5" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "name": "Black Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "black_concrete" - }, - { - "weight": 2, - "block": "black_concrete_powder" - }, - { - "weight": 2, - "block": "black_terracotta" - }, - { - "weight": 2, - "block": "black_concrete" - }, - { - "weight": 2, - "block": "black_concrete_powder" - }, - { - "weight": 2, - "block": "black_concrete" - }, - { - "weight": 2, - "block": "black_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 12, - "max": 70, - "generator": "mountain" - } - ], - "biomeZoom": 20, - "derivative": "BADLANDS", - "carvingBiome": "mosaic-lith-white", - "biomeStyle": { - "style": "IRIS" - }, - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "black_concrete" - } - ] - }, - "biomeScatter": [ - "SAVANNA", - "DESERT" - ] -} \ No newline at end of file diff --git a/biomes/mosaic-lith-cyan.json b/biomes/mosaic-lith-cyan.json deleted file mode 100644 index 2443b601..00000000 --- a/biomes/mosaic-lith-cyan.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 6, - "palette": [ - { - "block": "twisting_vines_plant" - } - ], - "stackMin": 3 - }, - { - "chance": 0.0175, - "palette": [ - { - "data": { - "waterlogged": false - }, - "block": "tube_coral" - }, - { - "data": { - "waterlogged": false - }, - "block": "tube_coral_fan" - } - ] - }, - { - "chance": 0.00035, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "warped_button" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "warped_button" - } - ] - } - ], - "objects": [ - - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "light_blue_concrete" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "blue_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - }, - { - "chance": 0.3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "corrupted/warpedwood-1", - "corrupted/warpedwood-2", - "corrupted/warpedwood-3", - "corrupted/warpedwood-4", - "corrupted/warpedwood-5", - "corrupted/warpedwood-6" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "name": "Cyan Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "light_blue_concrete" - }, - { - "weight": 2, - "block": "light_blue_concrete_powder" - }, - { - "weight": 2, - "block": "light_blue_terracotta" - }, - { - "weight": 2, - "block": "light_blue_concrete" - }, - { - "weight": 2, - "block": "light_blue_concrete_powder" - }, - { - "weight": 2, - "block": "light_blue_concrete" - }, - { - "weight": 2, - "block": "light_blue_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 3, - "max": 96, - "generator": "mountain" - } - ], - "derivative": "WARPED_FOREST", - "carvingBiome": "mosaic-lith-purple", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "light_blue_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "warped_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-green.json b/biomes/mosaic-lith-green.json deleted file mode 100644 index 3e601f73..00000000 --- a/biomes/mosaic-lith-green.json +++ /dev/null @@ -1,234 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "mossy_cobblestone_wall" - } - ], - "stackMin": 1 - }, - { - "chance": 0.0025, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "data": { - "waterlogged": false, - "pickles": 1 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": false, - "pickles": 2 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": false, - "pickles": 3 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": false, - "pickles": 4 - }, - "block": "sea_pickle" - } - ] - } - ], - "objects": [ - - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "green_terracotta" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "lime_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - } - ], - "name": "Green Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "green_concrete" - }, - { - "weight": 2, - "block": "green_concrete_powder" - }, - { - "weight": 2, - "block": "green_terracotta" - }, - { - "weight": 2, - "block": "green_concrete" - }, - { - "weight": 2, - "block": "green_concrete_powder" - }, - { - "weight": 2, - "block": "green_concrete" - }, - { - "weight": 2, - "block": "green_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 42, - "max": 68, - "generator": "plain-cliffs" - } - ], - "derivative": "SWAMP", - "carvingBiome": "mosaic-lith-red", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "green_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "mossy_cobblestone_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-purple.json b/biomes/mosaic-lith-purple.json deleted file mode 100644 index 575a72b6..00000000 --- a/biomes/mosaic-lith-purple.json +++ /dev/null @@ -1,201 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 4, - "palette": [ - { - "block": "crimson_fence" - } - ], - "stackMin": 1 - }, - { - "chance": 0.0175, - "palette": [ - { - "data": { - "waterlogged": false - }, - "block": "bubble_coral" - }, - { - "data": { - "waterlogged": false - }, - "block": "bubble_coral_fan" - } - ] - } - ], - "objects": [ - - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "purple_concrete" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - } - ], - "name": "Purple Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "purple_concrete" - }, - { - "weight": 2, - "block": "purple_concrete_powder" - }, - { - "weight": 2, - "block": "purple_terracotta" - }, - { - "weight": 2, - "block": "purple_concrete" - }, - { - "weight": 2, - "block": "purple_concrete_powder" - }, - { - "weight": 2, - "block": "purple_concrete" - }, - { - "weight": 2, - "block": "purple_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 42, - "max": 96, - "generator": "mountain" - } - ], - "derivative": "BASALT_DELTAS", - "carvingBiome": "mosaic-lith-cyan", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "purple_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "crimson_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-red.json b/biomes/mosaic-lith-red.json deleted file mode 100644 index 071cfb8a..00000000 --- a/biomes/mosaic-lith-red.json +++ /dev/null @@ -1,327 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "red_nether_brick_wall" - }, - { - "block": "nether_brick_wall" - } - ], - "stackMin": 1 - }, - { - "chance": 0.0175, - "palette": [ - { - "data": { - "waterlogged": false - }, - "block": "fire_coral" - }, - { - "data": { - "waterlogged": false - }, - "block": "fire_coral_fan" - } - ] - }, - { - "chance": 0.00035, - "palette": [ - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 6 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 7 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 8 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 9 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 10 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 11 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 12 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 13 - }, - "block": "redstone_wire" - } - ] - } - ], - "objects": [ - - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "red_terracotta" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "black_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - }, - { - "chance": 0.3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "corrupted/crimsonwood-1", - "corrupted/crimsonwood-2", - "corrupted/crimsonwood-3", - "corrupted/crimsonwood-4", - "corrupted/crimsonwood-5" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "name": "Red Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "red_concrete" - }, - { - "weight": 2, - "block": "red_concrete_powder" - }, - { - "weight": 2, - "block": "red_terracotta" - }, - { - "weight": 2, - "block": "red_concrete" - }, - { - "weight": 2, - "block": "red_concrete_powder" - }, - { - "weight": 2, - "block": "red_concrete" - }, - { - "weight": 2, - "block": "red_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 25, - "max": 60, - "generator": "plain" - } - ], - "derivative": "CRIMSON_FOREST", - "carvingBiome": "mosaic-lith-green", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "red_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "red_nether_brick_slab" - }, - { - "weight": 4, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-white.json b/biomes/mosaic-lith-white.json deleted file mode 100644 index ff053d22..00000000 --- a/biomes/mosaic-lith-white.json +++ /dev/null @@ -1,198 +0,0 @@ -{ - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "diorite_wall" - } - ], - "stackMin": 1 - } - ], - "objects": [ - - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "light_gray_stained_glass" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "white_concrete" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - } - ], - "name": "White Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "white_concrete" - }, - { - "weight": 2, - "block": "white_concrete_powder" - }, - { - "weight": 2, - "block": "white_terracotta" - }, - { - "weight": 2, - "block": "white_concrete" - }, - { - "weight": 2, - "block": "white_concrete_powder" - }, - { - "weight": 2, - "block": "white_concrete" - }, - { - "weight": 2, - "block": "white_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 28, - "max": 41, - "generator": "plain-cliffs" - } - ], - "vanillaDerivative": "STONE_SHORE", - "derivative": "BASALT_DELTAS", - "carvingBiome": "mosaic-lith-black", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "white_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "diorite_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file