0.0.5
Compatibility
Changes
π©οΈ WeatherPhysics v0.0.5 β Atmospheric & Visual Overhaul
Version 0.0.5 introduces dynamic cloud color cycles, fully 3D branching lightning, localized rain curtains with gradient transparency, atmospheric rainbows, and electric activity detection on the Weather Radar!
βοΈ Realistic Convective Clouds & Day/Night Cycle
- π¨ Dynamic Color Transitions: Clouds now smoothly shift colors based on the time of day:
- βοΈ Bright white during the day.
- π Warm orange and reddish tones during sunset.
- π Dark blue and shadowy tones at night.
- βοΈ Improved Formations: Enhanced convective tower generation with massive, dynamic anvil tops (incus).
- π Cohesive Cloud Bases: Greater variation in cloud density, structure, and realistic base merging.
π§οΈ Localized Rain & Visual Curtains
- π§οΈ Base-Connected Precipitation: Rain visually falls directly from the cloud base and remains strictly within the cloud's perimeter.
- ποΈ Gradient Transparency: Rain curtains now blend seamlessly with the terrain using refined transparency gradients and new visual animations.
β‘ 3D Branching Lightning & Cloud Illumination
- β‘ 3D Branching Bolts: Bolts now generate 3 to 5 secondary branches at varying altitudes, including micro-branches inside the cloud base.
- π‘ In-Cloud Flash: Lightning discharges illuminate cloud structures internally during severe storms, visible from extreme distances.
- π― Core Generation: Discharges occur realistically within the central precipitation core of storm systems.
π Atmospheric Rainbows
- π Dynamic Rainbow System: Rainbows can now form during sunset when rain conditions are nearby.
- π Full Spectrum Arc: Curved 7-color gradient (Red to Violet) rendered with dynamic player-facing orientation.
π‘ Radar Enhancements
- β‘ Electrical Activity Tracking: Live lightning strikes are now marked with a β‘ icon alongside a real-time electrical activity counter.
- πͺοΈ Landspout Detection: Dedicated tracking icons for active Landspouts/Waterspouts.
- πΊοΈ Altitude Color Coding: Updated map palette representing cloud and terrain altitudes.
π§ Currently in Development
- πͺοΈ Supercell Tornadoes (in progress).
- π¬οΈ Advanced Wind Vector Engine (planned for future releases).
π Note: Make sure to check keybinds in options to toggle the Weather Radar HUD (
Rby default).
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:wI13khII:9vjf9aoL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wI13khII:9vjf9aoL"
}

