From ddc7f7026a4e92b78a74056a3d483f7aa5fe3862 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 29 Aug 2020 18:42:00 -0700 Subject: [PATCH] fse --- biomes/mosaic-lith-black-sharp.json | 109 ---------------------------- 1 file changed, 109 deletions(-) delete mode 100644 biomes/mosaic-lith-black-sharp.json diff --git a/biomes/mosaic-lith-black-sharp.json b/biomes/mosaic-lith-black-sharp.json deleted file mode 100644 index e7b4bf53..00000000 --- a/biomes/mosaic-lith-black-sharp.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "name": "Black Monolith Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - "BLACK_CONCRETE", - "BLACK_CONCRETE", - "BLACK_CONCRETE_POWDER", - "BLACK_CONCRETE_POWDER", - "BLACK_TERRACOTTA", - "BLACK_TERRACOTTA", - "BLACK_CONCRETE", - "BLACK_CONCRETE", - "BLACK_CONCRETE_POWDER", - "BLACK_CONCRETE_POWDER", - "BLACK_CONCRETE", - "BLACK_CONCRETE", - "BLACK_CONCRETE_POWDER", - "BLACK_CONCRETE_POWDER" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "BLACKSTONE", - "COARSE_DIRT", - "DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "generators": [ - { - "generator": "sharp", - "min": 25, - "max": 45 - }, - { - "generator": "mountain", - "min": 2, - "max": 9 - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "BLACK_CONCRETE" - - ] - }, - "objects": [ - { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "monolith/black-1", - "monolith/black-2", - "monolith/black-3", - "monolith/black-4", - "monolith/black-5", - "monolith/black-6" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "derivative": "SAVANNA", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 20, - "biomeScatter": [ - "SAVANNA", - "DESERT" - ], - "biomeSkyScatter": [ - "DESERT", - "SAVANNA" - ] -} \ No newline at end of file