Tags
Creators
Details
All versions
0.1.5
Release
Simply Tooltips 0.1.5last week 20.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
New Features
- Added Theme Studio in-game tool to edit themes and assign items
- Add support for optional item frame progress bar
- Add a data driven way to create custom borders
- Add support for developers to register their own borders
- Add support for item/namespace blacklisting (issue #13)
- Add support for blacklisting tooltip components
Compatibility
- Add ability to handle legacy formatting codes
- Add support for Simply Swords tooltip cooldowns
- Added support for Simply Swords weapon implicits
- Added support for component based tooltip themes, as requested in issue #11
- Add support for create, and any (hopefully) most other mods that add custom tooltip data (issue #13)
Customisation
- Allow users to use any border with any theme
New Themes
- Added Blood theme
- Added Corrupted Eye theme
- Added Spectral theme
- Added Radiant theme
- Added Candle theme
- Added Amethyst theme
- Added Tome theme
Bug Fixes
- Fixed an issue that resulted in the tooltip gif capture being activated when the player is typing in a text field. Issue #6
- Potential fix for an issue that resulted in a crash when hovering the mouse over any UI element introduced by JEI
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:6avVoBVB:JNwqmYnu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6avVoBVB:JNwqmYnu"
}

