Creators
Details
Licensed LGPL-2.1-only
Published last year
Updated 4 months ago
All versions
1.0.2+26.1.2
Release
Dynamic-Tooltips 1.0.2+26.1.24 months ago 1,386
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
1.0.2
- API for building a styled modifier line using overrides/formatting
1.0.1
- API Changes to properly retrieve the config overriden percent attribute data
1.0.0
- Add new feature, Mining Speed Tooltips!
0.9.0
- Port Percent Attribute concept from Neoforge
- Knockback Resistance now displays in percent format (+0.1 -> +10%)
- Base and Percent attributes can now be specified by developers via the
DynamicTooltipsAPIor overridden via the client config
0.8.0
- Update to 26.1.2
- No Better Combat or Tiered support yet
0.7.1
- Re-add Better Combat support
0.7.0
- Update to 1.21.11
0.6.0
- Update to 1.21.10
- Add Entity Interaction Range append option
- Which items receive Entity Interaction and Block Range tooltip is now configurable
0.5.0
- Added Mod Menu config support - Slight changes to the config structure, you may need to reapply config changes you've made
- Fix a similar total-merged-value issue from 0.4.1 for Attack Range
- Fix Attack Range tooltip's base value not respecting a player's modified base entity interaction range, if it was modified via the
attribute base setcommand - Made the keybind (Shift to Expand Tooltip) modifiable.
- Minor internal cleanup
0.4.1
- Fix an inconsistency with modifier ordering that led to slightly incorrect total merged values
0.4.0
- Fix incorrect calculation of Attack Range for weapons that have WeaponAttributes and entity interaction range modifiers
- More intelligently merge modifiers for gear that contains both HAND and MAINHAND/OFFHAND modifiers
- Made Attribute sentiment overrides (color based on whether positive/negative modifiers for the attribute are red/blue) configurable
0.3.0
- Configurable Settings! Now requires Forge Config API Port
- Toggle appending the usability hint (Shift to expand tooltip line)
- Toggle appending Block Interaction Range to relevant items
- Toggle determining whether to collapse Enchantment Descriptions on gear by default
- Allow configurable color of enchantment names/descriptions
- Refactored logic for Block Interaction range tooltip (Thanks Daedelus!)
0.2.0
- Fix Better Combat two-handed weapons not having the "Two-Handed" tooltip line
- Color enchantment names based on their relation to the maximum enchantment value
0.1.0
- Initial Release
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:yakHVeQt:TBBMxJWy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yakHVeQt:TBBMxJWy"
}

