Core Properties
This is the human readable name for this biome. This can and should be different than the file name. This is not used for loading biomes in other objects.Constraints: Minimum length 2
The rarity of this biome (integer)Constraints: 1-512
A color for visualizing this biome with a color. I.e. #F13AF5. This will show up on the map.
Biome Derivatives
The raw derivative of this biome. This is required or the terrain will not properly generate. Use any vanilla biome type. Look in examples/biome-list.txt
Override the derivative when vanilla places structures to this derivative. This is useful for example if you have an ocean biome, but you have set the derivative to desert to get a brown-ish color. To prevent desert structures from spawning on top of your ocean, you can set your vanillaDerivative to ocean. Not defining this value will simply select the derivative.
You can instead specify multiple biome derivatives to randomly scatter colors in this biome
Since 1.13 supports 3D biomes, you can add different derivative colors for anything above the terrain. (Think swampy tree leaves with a desert looking grass surface)
This changes the dispersion of the biome colors if multiple derivatives are chosen.
If the biome type custom is defined, specify this
Children Biomes
List any biome names (file names without .json) here as children. Portions of this biome can sometimes morph into their children. Iris supports cyclic relationships such as A > B > A > B. Iris will stop checking 9 biomes down the tree.
If this biome has children biomes, and the gen layer chooses one of this biomes children, How will it be shaped?
If this biome has children biomes, and the gen layer chooses one of this biomes children, how much smaller will it be (inside of this biome). Higher values means a smaller biome relative to this biome’s size. Set higher than 1.0 and below 3.0 for best results.
The carving biome. If specified the biome will be used when under a carving instead of this current biome.
Layers
This defines the layers of materials in this biome. Each layer has a palette and min/max height and some other properties. Usually a grassy/sandy layer then a dirt layer then a stone layer. Iris will fill in the remaining blocks below your layers with stone.
This defines the layers of materials for cave ceilings in this biome.
This defines the layers of materials underwater in this biome.
Layers no longer descend from the surface block, they descend from the max possible height the biome can produce (constant) creating mesa like layers.
The max layers to iterate below the surface for locked layer biomes (mesa).
The default slab if iris decides to place a slab in this biome. Default is no slab.
The default wall if iris decides to place a wall higher than 2 blocks (steep hills or possibly cliffs)
Generators
Generators for this biome. Multiple generators with different interpolation sizes will mix with other biomes how you would expect. This defines your biome height relative to the fluid height. Use negative for oceans.
Objects
Objects define what schematics (iob files) iris will place in this biome
Decorators
Decorators are used for things like tall grass, bisected flowers, and even kelp or cactus (random heights)
World Features
Carving configuration for the biome (caves, ravines, etc)
Configuration of fluid bodies such as rivers & lakes
Define biome deposit generators that add onto the existing regional and global deposit generators
Collection of ores to be generated
Structures
Jigsaw structures
Effects & Ambience
Effects are ambient effects such as potion effects, random sounds, or even particles around each player. All of these effects are played via packets so two players won’t see/hear each others effects. Due to performance reasons, effects will play around the player even if where the effect was played is no longer in the biome the player is in.
Entities
Spawn Entities in this area over time. Iris will continually replenish these mobs just like vanilla does.
Loot & Block Drops
Reference loot tables in this area
Define custom block drops for this biome