mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
Sugar canes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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":[
|
||||
|
||||
Reference in New Issue
Block a user