More actions
(Created page with " <templatedata> { "params": { "biome": { "label": "Biome Name", "description": "The name of the biome.", "example": "Golden Plains", "type": "string", "required": true }, "temperature": { "label": "Temperature", "description": "The climate of the biome. Use \"Common\" for biomes that can show up in all climate bands.", "example": "Subtropical", "type": "string", "suggestedvalues": [ "Polar", "Subpolar", "Temperate", "S...") |
mNo edit summary |
||
| Line 4: | Line 4: | ||
"params": { | "params": { | ||
"biome": { | "biome": { | ||
"label": "Biome | "label": "Biome name", | ||
"description": "The name of the biome.", | "description": "The name of the biome.", | ||
"example": "Golden Plains", | "example": "Golden Plains", | ||
Revision as of 07:38, 4 August 2023
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 |
| 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 | deprecated |
| 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 |