9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Merge pull request #6 from CocoTheOwner/patch-4

Fix double snow layer issue
This commit is contained in:
CocoTheOwner
2021-01-30 17:11:19 +01:00
committed by GitHub

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"
]
}
}