9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Fix double snow layer issue

This commit is contained in:
CocoTheOwner
2021-01-18 15:34:24 +01:00
committed by GitHub
parent eba95778be
commit c3ef593172

View File

@@ -176,41 +176,6 @@
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-peak",
"frozen-mountains",
@@ -349,4 +314,4 @@
"MOUNTAINS",
"ICE_SPIKES"
]
}
}