All versions
1.1.0
Release
ToolTip Pro 1.1.02 weeks ago 123
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
Changelog
[1.0.0+26.2] — 2026-07-30
Port to Minecraft 26.2. No functional changes — feature parity with
1.0.0+1.21.11.
Changed
- Updated for Minecraft 26.2, Fabric Loader 0.19.3, Fabric API 0.156.0+26.2
- Now requires Java 25 (was Java 21)
- Requires Jade 26.2.9+fabric or newer
- Rebuilt against the unobfuscated Minecraft jar introduced in 26.1
Fixed
- Mod icon now displays correctly in the mod list (path was pointing at a file that didn't exist)
Removed
- Unused access widener that made
Slotcoordinates mutable — left over from an earlier layout approach and no longer referenced
Internal
- Retargeted screen rendering from
renderBgtoextractBackgroundfollowing 26.2's move to extract-based GUI rendering GuiGraphics→GuiGraphicsExtractor,drawString→text- Screen access moved from
MinecrafttoMinecraft.gui interact()now passes an explicitEntityHitResult
[1.0.0+1.21.11] — 2026-03-23
Initial release.
Added
- Villager trades in Jade — look at a villager to see its full trade list in the Jade tooltip, without opening the trading screen
- Accurate prices — costs shown include reputation discounts, demand adjustments, and Hero of the Village, matching what the trade screen would show
- Hide/show buttons — an eye button beside every row in the trading screen toggles whether that trade appears in the Jade tooltip
- Out of Stock display — Jade config option to either hide exhausted trades or show them marked in red with a crossed-out arrow
- Trade sorting — enchanted books listed first by enchantment name, then remaining trades alphabetically
- Server support — fully client-side; works on vanilla servers with nothing installed server-side
Known limitations
- On servers without the mod installed, trades appear after looking at a villager for roughly three quarters of a second, rather than instantly. The mod has to ask the server for the trade data, and the server only sends it in response to an interaction.
- That interaction makes the villager turn toward you briefly.
- Hidden trades are remembered per villager but reset when you look at a different villager, and are not saved between sessions.
- Cached trade data refreshes every 10 seconds, and immediately if you hit a villager, so reputation-based price changes show up promptly.
- The eye buttons use a bundled texture designed to match the vanilla trade rows rather than the vanilla sprite itself.
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:RaKuHgXY:F6xdUREI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RaKuHgXY:F6xdUREI"
}

