Tags
Creators
Details
All versions
1.1
Release
1.1last week 192
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
Lost Cursor Fix 1.1
🎉 Major compatibility update!
✨ Added
-
Added support for Minecraft 1.21.x → 26.2
-
Added compatibility for:
- Minecraft 1.21–1.21.8
- Minecraft 1.21.9–1.21.11
- Minecraft 26.1.x
- Minecraft 26.2
-
One single JAR now automatically uses the correct version-specific implementation.
🐛 Fixed
- Fixed cursor positioning when opening handled/inventory screens.
- Fixed cursor centering during Minecraft startup.
- Fixed
/lcf reportand/lostcursorfix reporton older Minecraft versions. - Fixed
/lcf toggle//lostcursorfix togglecrashes on older 1.21.x versions. - Fixed Minecraft 1.21.4 startup compatibility.
- Fixed version-specific
World.playSoundcompatibility issues. - Fixed compatibility differences between older and newer
ClickEvent/HoverEventAPIs. - Fixed inconsistent mouse centering, ensuring the cursor is reliably centered when Minecraft starts and when opening handled/inventory screens.
- Fixed cursor positioning across different Minecraft versions and UI lifecycle differences.
🧹 Changes
- Removed the old KeyBinding system.
- Removed the config GUI.
- Commands are now the main way to control/report the mod.
- Updated license to MIT.
🔧 Commands
/lcf toggle/lcf toggle on/lcf toggle off/lcf report/lostcursorfix toggle/lostcursorfix toggle on/lostcursorfix toggle off/lostcursorfix report
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:V7TBlE2R:ew8Vf2eq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V7TBlE2R:ew8Vf2eq"
}

