9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00

Merge pull request #46 from RaydenKonig/patch-8

Hopefully stop flower issue
This commit is contained in:
Brian Neumann-Fopiano
2021-06-17 12:57:45 -07:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
],
"decorators": [
{
"chance": 0.8,
"chance": 0.07,
"variance": {
"style": "STATIC"
},
@@ -33,6 +33,19 @@
"block": "poppy"
}
]
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"weight": 1,
"block": "grass"
}
]
},
{
"chance": 0.03,
@@ -409,4 +422,4 @@
]
},
"rarity": 4
}
}