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

Revert "Fix double snow layer issue"

This reverts commit c3ef593172.
This commit is contained in:
CocoTheOwner
2021-01-18 15:34:24 +01:00
committed by Brian Fopiano
parent 0bc5e4598f
commit 3bd2c1bed2

View File

@@ -176,6 +176,41 @@
"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",
@@ -314,4 +349,4 @@
"MOUNTAINS",
"ICE_SPIKES"
]
}
}