9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/IrisBiomeGeneratorLink.md
Daniel Mills d5ae3a989b Docs
2020-07-21 01:28:14 -04:00

286 B

IrisBiomeGeneratorLink

This represents a link to a generator for a biome

{
    "min": 0,
    "max": 0,
    "generator": "default"
}

generator

The generator id

min

The min block value (value + fluidHeight)

max

The max block value (value + fluidHeight)