1.1.0
Compatibility
Required content
Changes
Changelog - Tornado Volumetric Shader Update
Visual Improvements
Tornado Visibility • Tornado now renders ON TOP of clouds - swapped render order so tornado is always visible against storm clouds • Increased tornado opacity (4x multiplier) for better visibility • Removed cloud clearing - no more visible hole/circle in clouds around tornado
Rope Tornado (F1-F2) Behavior • Unified rope bending animation - entire tornado body curves together as one piece from ground to clouds • Slower, more realistic spin - reduced spin speed from 4.5x to 1.2x • Consistent thin shape - rope tornadoes stay thin all the way up to clouds, no widening • S-curve and ripple motion - organic snake-like movement with multiple wave frequencies • Same texture/look throughout - no more different-looking upper section
Wedge Tornado (F3-F5) Behavior
• Fixed radius expansion - tornado expands up to original height, then tapers slightly toward clouds
• No more over-expansion - prevents giant cone shape extending to clouds
Cloud Integration • Tornado stops at cloud base (~Y=180) and blends seamlessly into storm clouds • Smooth fade at top (15% fade zone) for natural cloud transition • No more tornado extending above clouds
Bug Fixes • Fixed underground rendering - tornado no longer renders below ground level • Fixed shader compilation error - added missing PI constant • Fixed render box height - reduced to match cloud layer
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:tpbbFyop:TDT4LvWZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tpbbFyop:TDT4LvWZ"
}


