mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
20 lines
286 B
Markdown
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)
|
|
|