9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/IrisBiomeGeneratorLink.md
Daniel Mills d5ae3a989b Docs
2020-07-21 01:28:14 -04:00

20 lines
286 B
Markdown

# IrisBiomeGeneratorLink
> This represents a link to a generator for a biome
```json
{
"min": 0,
"max": 0,
"generator": "default"
}
```
## generator
> The generator id
## min
> The min block value (value + fluidHeight)
## max
> The max block value (value + fluidHeight)