| Name | downfall_type |
| Object | BiomeTag |
| Input | ElementTag |
| 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 | Deprecated on 1.19+, as Minecraft removed the ability to set this value.
Sets the downfall-type for this biome server-wide. This can be RAIN, SNOW, or NONE. Resets on server restart. |
| Example | |
| Deprecated | This functionality was removed from Minecraft as of 1.19. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/BiomeTag.java#L482 |