Tags
Creators
Details
All versions
4.1.4+1.21.9
Release
Cursors Extended for Fabric v4.1.4+1.21.99 months ago 17.1K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- Improved compatibility with mods that set a custom cursor, which disables cursor changes while its active. (limited capability on NeoForge for now)
- Fixed cursor flickering with some mods that use custom cursors when state tracking is enabled.
- Fixed cursor flickering with some mods that use standard cursors when remap option is disabled.
- Fixed internal cursor operations sometimes creating external state if no resource pack is selected.
- Fixed remap option no longer working after some time if ixeris plus certain mods (owo-lib) are installed.
- Fixed crash if another mod creates a vanilla
CursorTypewith an invalid resource location name and is selected inWindow. - Fixed resource pack not being detected when computing hash during initial resource load when certain mods (FancyMenu) are installed. This may or may not reset your cursor settings.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cursors_extended-fabric-4.1.4+1.21.9-sources.jar | Unknown | 185.99 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:YAdqIKU5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5fhgLeQ:YAdqIKU5"
}


