9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Fix sea layers

This commit is contained in:
Daniel Mills
2020-08-19 02:48:14 -04:00
parent 791c6beb22
commit 469e8a59c6

View File

@@ -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"
]
},
{