Tags
Creators
Details
4.0.0-alpha.1+1.21.9
Compatibility
Required content
Changes
Snapshot 25w35a introduced new cursor shapes. While this does not invalidate the features of this mod, it warranted significant breaking changes.
- Renamed from Minecraft Cursor to Cursors Extended (official rename on stable release)
- Updated the resource pack structure. Sample provided below.
- Updated built-in cursor textures.
- Added built-in resource pack for legacy textures.
- Added Legacy Cursor Mode under compatibility to enable the old cursor detection and other cursor mappings (enabled by default).
- Added Adaptive Option to toggle Scrollbar Pointing Hand cursor and Resize NS cursor.
- Added Ukrainian Translation. (#39 by StarmanMine142)
- Removed a bunch of options.
- Removed the Java API as it's no longer needed, and discontinued the experimental JSON API due to no demand.
- Added new way to create cursor textures when Cursors Extended is loaded without the need for a Java API: https://github.com/fishstiz/cursors_extended/blob/master/README.md#-adding-compatibility
Now that cursor types are official, hopefully more mods consider compatibility and use the vanilla methods.
Creating documentation for Resource Packs soon, but it's mostly the same, just create and move files around: https://github.com/fishstiz/cursors_extended/tree/master/common/src/main/resources/resourcepacks/legacy
Report any issues here: https://github.com/fishstiz/cursors_extended
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cursors_extended-fabric-4.0.0-alpha.1+1.21.9-sources.jar | Unknown | 152.06 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:HS655lOp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5fhgLeQ:HS655lOp"
}

