Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 5 months ago
Updated 2 weeks ago
All versions
1211.3.5
Release
ColorTooltips 1211.3.52 weeks ago 728
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Fixed
- Text tooltips on JEI recipe pages could flash and then vanish. Tooltips drawn by recipe pages themselves (such as the Eterna / Quanta / Arcana values on Apothic Enchanting infusion recipes) are rendered during the recipe draw pass, which conflicted with this mod's shared animation state and the cached-tooltip replay path — the tooltip appeared for a frame and then disappeared. These tooltips are no longer taken over and are now drawn by vanilla. Item tooltips are unaffected.
- A newly appeared tooltip could be misjudged as "lost" on the same frame. Closing a screen resets the animation state, after which the loss detection could fire almost immediately and skip the fade-out delay entirely, making the tooltip disappear instantly instead of fading. Tooltips observed in the current frame are no longer treated as lost.
- Text tooltips could be clipped to nothing. The scissor rectangle was derived from the animator's in-flight size, which may still belong to a previously hovered tooltip of a different size; content taller or wider than that was cut off. Text tooltips (no item stack) now align to their content size. Item tooltip size easing is unchanged.
Changed
- Minimum NeoForge raised to 21.1.238+ (development target
21.1.250, previously21.1.233). Required by current JEI and Apotheosis builds.
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:gZkMEKjl:sibWORtP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gZkMEKjl:sibWORtP"
}

