All versions
0.14.0-alpha
Alpha
ProtoManly's Weather 0.14.0-alphalast year 1,571
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
The Thermodynamic Update
Additions
- Soundings
- Thermodynamic overhaul
- Weather Balloons, Balloon Platforms, Sounding Viewers, and Connectors
- Risk outlooks out to 3 days, with a 1 day peak risk indicator
- New precipitation types (Sleet, Freezing Rain, Wintry Mix)
- Sleet and ice layer blocks
- Snow fog
- Reinforced glass blocks and panes
- Lunar lighting on clouds
- Maximum tornado width config
- New command variants ("buildto" allowing storms to build up to a specified strength)
Changes
- Buff added to squall spawn chances during cold weather
- Snow particle texture
- Larger tornadoes are a bit more common
- Tornado width and windspeed is now smoothed out on the client, preventing jittering
- Tornadoes last longer on average
- Rain and hail core relocated on supercells
- Fall damage from tornadoes is now more common
- All blocks have a broader damage curve
- Rainshafts are rendered differently now
- Large enough tornadoes are forced to rope-out
Fixes
- Storms no longer have a cutoff around their edges
- Server sided fix for the storm class, improving third party addon support
- Wind sound volume bug which caused all wind sounds (apart from supercell and tornado wind sounds) to play at 10% volume
- "Waffle sky" fixed (background clouds rendering within clouds)
Removals
- Risk outlook map
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:TfCsmTLI:uXLOkfaf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TfCsmTLI:uXLOkfaf"
}

