
Adds a config setting to change the temperature at which rain and snow switch for a biome.
Minecraft lowers the temperature of a biome as the y-level goes above y=80, which means colder biomes like tiagas can start snowing once they reach a certain y-level because their adjusted temperature is low enough. This mod gives you a setting that can change the temperature value that is checked for whether snow or rain should be used.
The formula to get this value is:
snowTemperature = baseBiomeTemperature - (targetHeight - snowLevel) / 800
Where:
baseBiomeTemperature: value from thebiome.jsonfile (or wiki) for the biomes base temperaturetargetHeight: y-level that you want the biome to start snowing atsnowLevel: y = 80
Put the snowTemperature value you calculate into config/snowaltitude-common.toml
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as snowaltitude-0.0.1.jar — drop this file into the mods folder
- Download size: 6 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.