Tags
Creators
Details
All versions
4.2.0-alpha.3+26.3
Alpha
Fabric v4.2.0-alpha.3+26.33 days ago 227
Compatibility
Minecraft: Java Edition
26.3-snapshot-4–26.3-snapshot-7
Platform
Fabric
Supported environments
Client-side
Required content
Changes
4.2.0-alpha.2
- Port to 26.3 Snapshot 7 (fixes crash on startup)
- Updated the Cursor Settings screen (navigable from Options>Controls>Mouse Settings>Cursor Settings without mod menu like always).
- Added Hotspot widget for Global Cursor Settings.
- Added preview cursor dropdown for Global Cursor Settings.
- Other small changes.
- Fixed toggling software animations not reloading animated cursors automatically.
4.2.0-alpha.3
- Fixed enabled state of cursors not updating in the Cursor Settings screen when toggled from the Adaptive Cursor Options.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cursors_extended-fabric-4.2.0-alpha.3+26.3-sources.jar | Unknown | 158.4 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:FppGE7pV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5fhgLeQ:FppGE7pV"
}

