More actions
Creates an expandable table for displaying custom biome information.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Biome name | biome | The name of the biome.
| String | required |
| Temperature | temperature | The climate of the biome. Use "Common" for biomes that can show up in all climate bands.
| String | required |
| Description | description | The description of the biome. Be succinct, but as descriptive as possible. Explain the terrain, the plans which may appear here, and what structures can generate. | String | suggested |
| Grass color | color_grass | The color (hex code approximate) of the grass in this biome.
| Content | suggested |
| Leaf color | color_leaf | The color (hex code approximate) of the leaves in this biome.
| Content | suggested |
| Sky color | color_sky | The color (hex code approximate) of the sky in this biome.
| Content | suggested |
| Weather | weather | The type of weather that can occur here.
| String | suggested |
| External image | extimage | An external image to display in the right of the description box. Do not use this if a value has been set for Internal image.
| URL | optional |
| Internal image | intimage | An external image to display in the right of the description box. Do not use this if a value has been set for External image.
| File | optional |
| Ambience | ambience | The particle effects which may appear in this biome. Value must appear as a valid particle: https://minecraft.fandom.com/wiki/Particles
| String | optional |