All versions
1.8.0-beta+fabric.1.21.1
Beta
EnhancedTooltips 1.8.0-beta+fabric.1.21.19 months ago 2,415
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
1.8.0-beta+fabric.1.21.1
🗃️Detailed Changelog: 1.7.1 --> 1.8.0-beta
- Marked as a beta, while most things should work and there should be no major issues, further testing is needed.
- If you face any issues, make sure to report them on GitHub or the Discord server.
- ...and a thanks to everyone who helped test early builds on the Discord server!
💡Added
- Support for Minecraft
1.21.6-1.21.10. - Armor Icon Tooltip (Idea taken from Inspecio)
- Armor Trim Preview [#42]
- Banner Pattern Tooltip
- Elytra Preview [#41]
- Potion Effect Tooltip
🛠️Changes
- Scaling now also works for Held Item Tooltips. [#37]
- Missing on
1.21.6+ because it breaks a lot of stuff, including armor previews.
- Missing on
- Improved Item Badges. [#36]
- There are now dependent on Creative Mode Item Groups (and
Mod Namesfor the modded ones). - Credits: RoughlyEnoughItems
- There are now dependent on Creative Mode Item Groups (and
- Improved
Item NameBorder Color Mode. (Thanks to @EnotikSergo) [#55] - Fixed [#52].
- Make sure that advanced tooltips are always on the bottom.
📘Translation Changes
Optional dependencies
Any compatible 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:8H6RXl2q:tNUMydkf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8H6RXl2q:tNUMydkf"
}

