Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
All versions
4.0.5-BACKPORT
Release
4.0.5-BACKPORT (1.21.4)last year 419.6K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
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 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
- Changed the ModMenu settings link to open the protocol selection instead of the settings menu directly (improves compatibility with LabyMod)
- 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)
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:8sPJsNcy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rIC2XJV4:8sPJsNcy"
}

