Tags
Creators
Details
4.1.3
Compatibility
Changes
25w14Craftmine Changes
- Fixed various errors and disconnects when:
- Opening containers (e.g., furnace, blast furnace, etc.)
- Interacting with entities (especially pet entities)
- Collecting dropped items
Other Changes
- Fixed "Hide Additional Tooltip" component not working on some items in versions <= 1.21.4
- Fixed legacy item/entity hover events and potion IDs in versions <= 1.21.4
- Fixed several minor issues related to hover events in versions <= 1.21.4
- Re-added exclusion of obfuscated text during character filtering for versions <= 1.19.4
- Changed the ModMenu settings link to open the protocol selection instead of the settings menu directly (improves compatibility with LabyMod)
- Improved compatibility with mods that override parts of slowness movement
- Fixed a rare edge case with text-component serialization in older versions
- Significantly sped up auto-detect mode (Thanks @orsondmc)
- Updated German translations (Thanks @christopherplaysminecraft)
Please read the v4.1.2 Changelogs as well
I deeply appreciate any financial support at https://florianmichael.de/donate and will continue working on this project to the best of my ability.
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:rIC2XJV4:TfNV7Lhk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:TfNV7Lhk"
}

