Name | base_temperature |
Object | BiomeTag |
Input | ElementTag(Decimal) |
Related Tags | <BiomeTag.base_temperature> Returns the base temperature of this biome, which is used for per-location temperature calculations (see BiomeTag.temperature_at).
|
Description | Sets the base temperature for this biome server-wide.
This is used as a base for temperature calculations, but the end temperature is calculated per-location (see BiomeTag.temperature_at). Resets on server restart. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/BiomeTag.java#L461 |