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,