Tags
Creators
Details
All versions
3.8.0+1.21.4
Release
Minecraft Cursor for Fabric v3.8.0+1.21.4last year 3,378
Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
For all versions:
- Cursors can now use 8x8, 16x16, 48x48, or 64x64 textures in addition to 32x32.
- Added option to defer loading of disabled cursors on the next launch of Minecraft until they’re enabled.
Mostly negligible impact; mainly intended for users who disable adaptive cursor. - Registered vanilla Multiline Edit Box with Text cursor.
- Applied default cursor when dragging the scrollbar on some scrollable areas.
- Fixed hotspot widget applying when it was the last focused widget and the mouse was dragged from outside to inside its bounds.
- Fixed animation also getting disabled when the cursor is disabled.
For Minecraft version 1.20.1:
- Fixed hotspot widget not applying when releasing the mouse outside the widget's bounds.
For Fabric versions:
- Fixed rare concurrency issue where the adaptive cursor does not work until restarting if other mods are also creating cursors.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| minecraft-cursor-fabric-3.8.0+1.21.4-sources.jar | Unknown | 104.46 KiB |
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:o5fhgLeQ:luYXbjG9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5fhgLeQ:luYXbjG9"
}

