Name | <LocationTag.temperature> |
Returns | ElementTag(Decimal) |
Description | Returns a location's temperature, based on the biome it's in.
If this is less than 0.15, snow will form on the ground when weather occurs in the world and a layer of ice will form over water. See also BiomeTag.temperature_at. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4251 |