Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 4 years ago
All versions
1.3.6
Release
1.3.6 Fabric (1.19.4)3 years ago 7,235
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
1.3.6
- Added French localization.
- Added item selector support to blacklist entries.
1.3.5
- Added a "maximum_comparisons" configuration option to limit the number of comparison tooltips onscreen at once. Defaults to 3.
- Fixed a tooltip alignment bug when multiple comparisons were active (such as with Curios).
- Added Ukrainian localization.
- Added Russian localization.
1.3.4
- Fixed intermittent crash when comparing items.
- Fixed visual glitch in inventory caused by conflicts with some mods.
- Fixed upper part of comparison tooltip being miscolored when "borders_match_rarity" is turned off and Legendary Tooltips is installed.
- Fixed two misplaced pixels in comparison tooltips.
- Added Portuguese localization.
1.3.3
- Fixed a bug that prevented certain modded tools from being compared.
Optional dependencies
Unavailable version
Unavailable version
Unavailable version
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:CYSUVOdj:yVORxG4S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CYSUVOdj:yVORxG4S"
}

