Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
Updated 5 days ago
All versions
1.1.4
Release
AntiFlight 1.1.45 days ago 35
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Dedicated servers only
Changes
- Added support for Minecraft 26.3 - a new Fabric build target, plus Paper/Spigot compatibility checks now extend to 26.3.
- Consolidated the Fabric targets into one shared source tree, so all four versions stay in sync automatically.
- New
/antifly voidaccesstoggle: blocks the Nether roof (Y >= 128) and the void below the Nether and Overworld. - Added a vanilla glide-physics verifier for Elytra hacks, which leaves rocket boosts, steep dives, pull-ups and obstacle crashes alone.
- Reduced false flight flags from potions (Depth Strider, Dolphin's Grace, Speed), external momentum (wind charge, TNT, knockback) and long falls.
- Fixed Fabric players in boats being flagged on enter, exit and dismount.
- Added adjustable verifier settings and an observe-only mode
(
/antifly set elytraVerifierMode observe) for tuning without setbacks. - Added movement tests and improved Folia scheduling compatibility.
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:EX5kdfYQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ptIaQatq:EX5kdfYQ"
}

