Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated 3 weeks ago
All versions
1.1.0
Release
AntiFlight 1.1.03 weeks ago 122
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Dedicated servers only
Changes
- Added Fabric support for Minecraft 1.21.11, 26.1.2, and 26.2.
- Added dedicated Fabric builds and version-specific mod metadata.
- Added Folia support for the Paper plugin.
- Improved ground detection on slabs, beds, half-blocks, and other partial blocks.
- Fixed boat flight and hovering over ledges/cliffs.
- Added boat horizontal speed limits and natural falling behavior.
- Added vehicle, boat, and horse air-grace settings.
- Improved Elytra checks for rockets, ascent, descent, pull-ups, stalls, and slowdowns.
- Added Elytra durability validation with movement-based suspicion handling.
- Added world-specific disable controls.
- Added /antifly disabledworlds.
- Expanded /antifly set configuration options and legacy aliases.
- Improved status output and debug telemetry.
- Improved setback handling and false-positive protection.
- Updated Gradle and Loom tooling for Fabric 26.2.
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:ptIaQatq:5Virr3AV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ptIaQatq:5Virr3AV"
}

