1.0.0
Compatibility
Changes
This is a Stormchasers mod! For those who have long wanted to start intercepting tornadoes without clunky workarounds or stripped-down gameplay. If you are that kind of person, my mod gives you that opportunity! Several types of interceptors are available, and there will be more added over time. Tornadoes look beautiful without consuming a lot of PC resources! Excellent optimization and the best gameplay are guaranteed.
Mod Features and Keybinds
= ā Open the weather map (to find out a tornado's strength, you need to place an interceptor or a probe in its path).
E ā Aim your cursor at the vehicle to get in.
Q ā Deploy (anchor) the vehicle so you don't get blown away by the tornado!
R ā Scan the tornado with a probe to get the wind speed and EF category (only works if the vehicle is deployed).
Space ā Get out of the vehicle!
Main Mod Commands
The core command for the mod is /t7m:
/t7m spawn tornado <ef0-ef6> [shape] ā Command to spawn a tornado.
/t7m spawn supercell ā Creates a supercell that can spawn a random tornado!
/t7m stop all ā Instantly deletes all tornadoes.
/t7m stop nearest ā Deletes tornadoes within a 2000-block radius.
/t7m aimtoplayer ā Makes all tornadoes move toward your current position.
/t7m list ā Displays a list of all active tornadoes!
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:FhQCiyJU:i6cgYEGs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FhQCiyJU:i6cgYEGs"
}

