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:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user