diff --git a/overworld/biomes/hot-mesa copy.json b/overworld/biomes/hot-mesa copy.json deleted file mode 100644 index 0dca445e..00000000 --- a/overworld/biomes/hot-mesa copy.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "name": "Mesa", - "lockLayers": true, - "rarity": 3, - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ - "TERRACOTTA" - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ - "BROWN_TERRACOTTA" - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ - "GRAY_TERRACOTTA" - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ - "BLACK_TERRACOTTA" - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ - "GRAY_TERRACOTTA" - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ - "BROWN_TERRACOTTA" - ] - } - ], - "wall": { - "style": {"style":"IRIS"}, - "palette": [ - "BROWN_TERRACOTTA", - "GRAY_TERRACOTTA", - "BLACK_TERRACOTTA" - ] - }, - "decorators": [ - { - "zoom": 0.3, - "chance": 0.009, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "DEAD_BUSH" - - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } - ], - "children":[ - "hot-mesa-cliffs" - ], - "generators":[ - { - "generator": "plain", - "min": 9, - "max": 16 - }, - { - "generator": "mesa-sharp-5", - "min": 7, - "max": 13 - }, - { - "generator": "mesa-sharp-7", - "min": 7, - "max": 16 - } - ], - "derivative": "SHATTERED_SAVANNA" -} \ No newline at end of file