From c038e60d3a43f41e0f7de147c76ebaddb0c7d9f4 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 9 Sep 2020 04:45:19 -0400 Subject: [PATCH] cya --- biomes/mosaic-lith-cyan.json | 38 ++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/biomes/mosaic-lith-cyan.json b/biomes/mosaic-lith-cyan.json index f0c3ed7c..3b7c8a65 100644 --- a/biomes/mosaic-lith-cyan.json +++ b/biomes/mosaic-lith-cyan.json @@ -45,6 +45,30 @@ ] } ], + "decorators": [ + { + "palette": [ + "TWISTING_VINES_PLANT" + ], + "stackMax": 6, + "stackMin": 3, + "chance": 0.0045 + }, + { + "palette": [ + "minecraft:tube_coral[waterlogged=false]", + "minecraft:tube_coral_fan[waterlogged=false]" + ], + "chance": 0.0175 + }, + { + "palette": [ + "minecraft:warped_button[face=floor,facing=east,powered=false]", + "minecraft:warped_button[face=floor,facing=south,powered=false]" + ], + "chance": 0.00035 + } + ], "generators": [ { "generator": "plain", @@ -94,17 +118,5 @@ } } ], - "derivative": "SAVANNA", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 20, - "biomeScatter": [ - "SAVANNA", - "DESERT" - ], - "biomeSkyScatter": [ - "DESERT", - "SAVANNA" - ] + "derivative": "WARPED_FOREST" } \ No newline at end of file