diff --git a/overworld/biomes/frozen-ocean.json b/overworld/biomes/frozen-ocean.json index 055e634d..b79953d4 100644 --- a/overworld/biomes/frozen-ocean.json +++ b/overworld/biomes/frozen-ocean.json @@ -1,13 +1,6 @@ { "name": "Frozen Ocean", "layers": [ - { - "minHeight": 3, - "maxHeight": 6, - "palette": [ - "ICE" - ] - }, { "palette": [ "DIRT", @@ -33,11 +26,13 @@ ], "seaLayers": [ { - "minHeight": 1, - "maxHeight": 2, - "style": {"style": "STATIC"}, + "minHeight": 3, + "maxHeight": 6, + "style": {"style": "CELLULAR_IRIS_THICK", "zoom": 0.01}, "palette": [ - "ICE" + "ICE", + "PACKED_ICE", + "BLUE_ICE" ] }, {