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...") |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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", | ||
| Line 80: | Line 80: | ||
"description": "The particle effects which may appear in this biome. Value must appear as a valid particle: https://minecraft.fandom.com/wiki/Particles", | "description": "The particle effects which may appear in this biome. Value must appear as a valid particle: https://minecraft.fandom.com/wiki/Particles", | ||
"example": "villager_happy", | "example": "villager_happy", | ||
"type": "string | "type": "string" | ||
} | } | ||
}, | }, | ||
| Line 93: | Line 92: | ||
"color_sky", | "color_sky", | ||
"weather", | "weather", | ||
"extimage", | "extimage", | ||
"intimage" | "intimage", | ||
"ambience" | |||
], | ], | ||
"format": "{{_\n| | "format": "{{_\n| ___________ = _\n}}\n" | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 08:12, 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 |
| 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 |