diff --git a/IrisBiomeDecorator.md b/IrisBiomeDecorator.md index e05c6512..00e4a232 100644 --- a/IrisBiomeDecorator.md +++ b/IrisBiomeDecorator.md @@ -25,7 +25,7 @@ > If this decorator has a height more than 1 this changes how it picks the height between your maxes. Scatter = random, Wispy = wavy heights ## partOf -> Tells iris where this decoration is a part of. I.e. SHORE_LINE +> Tells iris where this decoration is a part of. I.e. SHORE_LINE or SEA_SURFACE ## stackMin > The minimum repeat stack height (setting to 3 would stack 3 of on top of each other diff --git a/iris.overworld.hot/biomes/hot-black-ocean.json b/iris.overworld.hot/biomes/hot-black-ocean.json index 19618c97..a5a732eb 100644 --- a/iris.overworld.hot/biomes/hot-black-ocean.json +++ b/iris.overworld.hot/biomes/hot-black-ocean.json @@ -1,29 +1,5 @@ { "name": "Black Ocean", - "objects": [ - { - "chance": 0.3, - "density": 3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "lilly" - - ], - "translate": { - "x": 0, - "y": 1, - "z": 0 - } - } - ], "layers": [ { "minHeight": 3, diff --git a/iris.overworld.swamp/biomes/swamp-ocean.json b/iris.overworld.swamp/biomes/swamp-ocean.json index 0adb25d9..4ae9a9d5 100644 --- a/iris.overworld.swamp/biomes/swamp-ocean.json +++ b/iris.overworld.swamp/biomes/swamp-ocean.json @@ -26,30 +26,6 @@ ] } ], - "objects": [ - { - "chance": 0.3, - "density": 3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "lilly" - - ], - "translate": { - "x": 0, - "y": 1, - "z": 0 - } - } - ], "decorators":[ { "zoom": 20, diff --git a/iris.overworld.temperate/biomes/temperate-ocean.json b/iris.overworld.temperate/biomes/temperate-ocean.json index b99e6ee4..499cd947 100644 --- a/iris.overworld.temperate/biomes/temperate-ocean.json +++ b/iris.overworld.temperate/biomes/temperate-ocean.json @@ -23,30 +23,6 @@ ] } ], - "objects": [ - { - "chance": 0.3, - "density": 3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "lilly" - - ], - "translate": { - "x": 0, - "y": 1, - "z": 0 - } - } - ], "generators":[ { "generator": "plain", diff --git a/iris.overworld.tropical/biomes/tropical-ocean.json b/iris.overworld.tropical/biomes/tropical-ocean.json index b0210813..1364f18b 100644 --- a/iris.overworld.tropical/biomes/tropical-ocean.json +++ b/iris.overworld.tropical/biomes/tropical-ocean.json @@ -23,30 +23,6 @@ ] } ], - "objects": [ - { - "chance": 0.5, - "density": 3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "lilly" - - ], - "translate": { - "x": 0, - "y": 1, - "z": 0 - } - } - ], "decorators":[ { "zoom": 20, @@ -57,6 +33,16 @@ "dispersion": "WISPY", "variance": "WISPY" }, + { + "zoom": 20, + "chance": 0.001, + "palette": [ + "LILY_PAD" + ], + "partOf": "SEA_SURFACE", + "dispersion": "SCATTER", + "variance": "SCATTER" + }, { "zoom": 20, "stackMax": 9,