All versions
1.0.4.2
Beta
Expanded Weather2 Dynamics 1.0.4.22 months ago 1,347
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Expanded Weather2 Dynamics 1.0.4.2
Added
- Added optional Immersive Aircraft compatibility. Aircraft entities from
immersive_aircraftnow get pushed, lifted, and yaw/pitch kicked by active Weather2 tornado wind fields. - Immersive Aircraft force sampling uses the same live tornado wind model as the rest of EWD, including multi-vortex/sub-vortex wind contributions.
Fixed
- Boats can now be grabbed by tornado winds even when players or other entities are riding them.
- Forced Weather2 entity-grab compatibility now explicitly allows boats and Immersive Aircraft roots instead of letting vehicle/passenger filters leave them behind.
Technical
- Compatibility is reflection-only and only activates when Immersive Aircraft is loaded, so the mod does not require Immersive Aircraft as a hard dependency.
- Version bumped from 1.0.4.1 to 1.0.4.2 for both NeoForge 1.21.1 and Forge 1.20.1 builds.
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:HfcD3g84:2X39YkHQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HfcD3g84:2X39YkHQ"
}

