Tags
Creators
Details
1.6.0
Compatibility
Required content
Changes
New power: Aerokinetic
Aerokinetic. A control power. You decide where everyone stands, including yourself. Shove foes off their feet, cut them from range, throw a fight into the air, or take the air away. The wind carries you too, from a running leap up to real flight. Falls hurt you less than they should.
- Woosh. Throw a wall of wind from your hands. Foes in front go flying, and shots already in the air get swatted back.
- Gale Winds. Tap to leap on the wind. Later, hold it while falling to surf instead. Later still, G and double-tap Space to fly for real.
- Air Cut. Fire a thin crescent of wind where you're looking. It's fast, and as you master the power it cuts through the foe behind as well.
- Tornado. Drop a funnel where you're aiming. It drags foes in, lifts them and throws them back out, and the fall is what kills them.
- Air Removal. A wide dome of dead air. Creeper fuses stall, spellcasters can't finish a cast, and fires go out. Everything inside suffocates but you. Your biggest stamina cost.
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:xcHINtEG:qCNFJPTA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xcHINtEG:qCNFJPTA"
}



