diff --git a/biomes/mosaic-lith-white.json b/biomes/mosaic-lith-white.json index 2a3d72aa..d3c844ee 100644 --- a/biomes/mosaic-lith-white.json +++ b/biomes/mosaic-lith-white.json @@ -45,6 +45,32 @@ ] } ], + "decorators": [ + { + "palette": [ + "DIORITE_WALL" + ], + "stackMax": 3, + "stackMin": 1, + "chance": 0.0045 + } + ], + "slab": { + "palette": [ + "DIORITE_SLAB", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR" + ], + "style": { + "style": "STATIC" + } + }, "generators": [ { "generator": "plain", @@ -94,17 +120,5 @@ } } ], - "derivative": "SAVANNA", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 20, - "biomeScatter": [ - "SAVANNA", - "DESERT" - ], - "biomeSkyScatter": [ - "DESERT", - "SAVANNA" - ] + "derivative": "BASALT_DELTAS" } \ No newline at end of file