Tags
Creators
Details
1.4.1
Compatibility
Required content
Changes
1.4.1
- Fixed a bug that could cause non-item tooltips to try to show an item model when item previews were set to ALL.
1.4.0
-
Added new option to display 3D item previews inside of tooltips.
- This option can be set to "none", "all", or "equipment" to determine which items will show previews. The equipment option will show previews for all items with durability.
- Previews displayed will be the equipped model for armor/horse armor and tools/weapons, the full block entity model for block entities, entity model for minecarts/boats, and item model for everything else.
-
Added new option to "compact" tooltips, which removes the "When held in main hand" and similar text, resulting in smaller tooltips for equipped items.
-
Fixed a bug that caused tooltip shine animation to play at a faster speed when playing at high FPS.
Optional dependencies
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:atHH8NyV:yiXNxlzi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:atHH8NyV:yiXNxlzi"
}

