Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last year
Updated 2 months ago
All versions
1.5.0
Release
Immersive Storms 1.5.07 months ago 1,948
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Immersive Storms 1.5
- Migrated Immersive Storms codebase to Mojmap.
- Users can now configure the biomes that are affected weather effects using a new biomes config screen.
- This works in addition to the datapack tags originally provided for this purpose, but can be used more easily on the client.
- The fog colour changes from blizzards now apply only during thunderstorms
- Fog colour changes now blend more with the base fog colour
- Blizzards are now windy
- The "Enable sandstorm fog changes" config options no longer affects particles and sounds
- The "Enable sandstorm sounds" config option was moved to the general config and renamed to "Enable strong wind sounds"
- This change will be datafixed for users with existing configs.
- Replaced the version fields in the individual config files with a schema config file
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| immersive-storms-1.5.0-sources.jar | Unknown | 757.31 KiB |
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:SdJDElEu:rmVaZ7eM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SdJDElEu:rmVaZ7eM"
}

