Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated last week
All versions
1.7.1+26.2-fabric
Release
Inline Tooltips 1.7.1 for 26.2 Fabric2 weeks ago 296
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Added
- Support for 26.3-snapshot-7. Due to Mojang making fuel values serverside, I've added a temporary workaround to pull fuel data from Reliable Recipe Viewer, which already synchronizes fuel values to the client. Without RRV, this feature will not be present on 26.3.
- Support for NeoForge 26.1.2.
Changed
- Nutritional tooltips on items with drinking animations now show the text 'when drunk' rather than 'when eaten'.
Fixed
- Player-specific attributes are now shown correctly on 1.21.1.
- Attribute tooltip text colour now correctly defaults to green rather than red.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| inline_tooltips-1.7.1+26.2-fabric-sources.jar | Unknown | 57.78 KiB |
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:TVOgzXyj:rU8CLpcN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TVOgzXyj:rU8CLpcN"
}

