All versions
1.3+mod
Release
Evasive Enchants 1.34 months ago 150
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
1.21.5
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
- Added Aerodynamics, a new enchantment that applies to all armour pieces. It is mutually exclusive with all other EE enchants.
- When worn, if you hold W while midair you will be given acceloration in that direction, effectively circumventing drag while gaining a bit of extra speed in the process.
- It can also be stacked, allowing you to bring yourself up to some pretty fast speeds.
I must once again repeat my warning that this datapack may cause symptoms of the Zoomies, please do not be afraid to see your GP if you come down with any symptoms.
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:wUQE8ehj:mq0GfHM4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wUQE8ehj:mq0GfHM4"
}


