Links
Tags
Creators
Details
v1.2.0
Compatibility
Required content
Changes
Updates AFK Filter for Minecraft 26.3.
26.3 drops GLFW and creates its window through SDL3 instead, so the LWJGL GLFW classes are no longer on the classpath. The F6 keybind now takes both its input type and its key code from Minecraft's own InputConstants: Type.KEYSYM became Type.KEYBOARD, and GLFW.GLFW_KEY_F6 became InputConstants.KEY_F6. No feature changes — press F6 or use /afkfilter to toggle.
- Minecraft 26.1.2 → 26.3, Fabric Loader 0.19.5, Fabric API 0.160.7+26.3
- Fabric Loom 1.18-SNAPSHOT, which needs Gradle 9.7 or newer — wrapper bumped to 9.7.1
Requirements
- Minecraft 26.3
- Java 25+
- Fabric Loader 0.19.5+ and Fabric API
Full Changelog: https://github.com/paraf0x/mc_filter_afk_tab_list/compare/v1.1.1...v1.2.0
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:mokEWQat:71DMRLbE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mokEWQat:71DMRLbE"
}

