Tags
Creators
Details
All versions
4.2.0-alpha.1+26.3
Alpha
Fabric v4.2.0-alpha.1+26.32 weeks ago 729
Compatibility
Minecraft: Java Edition
26.3-snapshot-6
26.3-snapshot-5
26.3-snapshot-4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- Port to 26.3 Snapshot 4
- Migrated to SDL3
- Animated Cursors are now animated natively via SDL3.
- The main benefit is that animated cursors are no longer blocked from animating when the game slows down (i.e. during loading).
- Added option to always use software animation under Compatibility Options, in case animated cursors are not supported by the platform.
- Does not support random animation modes and will automatically revert to software animation for the specific cursor only.
- Disabled for virtual rendering mode.
- Temporarily disabled workarounds
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cursors_extended-fabric-4.2.0-alpha.1+26.3-sources.jar | Unknown | 165.65 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:s6CGsktZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5fhgLeQ:s6CGsktZ"
}

