9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00

Sugar canes

This commit is contained in:
Daniel Mills
2020-07-25 14:22:39 -04:00
parent 1bea861533
commit edfc088f7f
2 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
> A biome decorator is used for placing flowers, grass, cacti and so on
```json
{
"partOf": "NONE",
"verticalZoom": 1,
"chance": 0.1,
"variance": "SCATTER",
@@ -23,6 +24,9 @@
## verticalVariance
> If this decorator has a height more than 1 this changes how it picks the height between your maxes. Scatter = random, Wispy = wavy heights
## partOf
> Tells iris where this decoration is a part of. I.e. SHORE_LINE
## stackMin
> The minimum repeat stack height (setting to 3 would stack 3 of <block> on top of each other

View File

@@ -26,6 +26,20 @@
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.19,
"partOf": "SHORE_LINE",
"stackMin": 1,
"stackMax": 5,
"palette": [
"SUGAR_CANE"
],
"verticalVariance": "WISPY",
"dispersion": "WISPY",
"variance": "SCATTER"
}
],
"generators":[