Effect Tooltips

Effect Tooltips

469k Downloads

This mod adds a tooltip to status effects displayed on the player inventory screen. This tooltip can contain useful information about the status effect such as the name of the mod that added the effect to the game. This mod also provides a flexible API that allows other mods to add new tooltip entries or modify other aspects of the tooltip.

Tooltip Information

  • The name of the effect.
  • The level/tier of the effect.
  • The name of the mod that added the affect.
  • The registry ID of the effect, only shown when debug tooltips (f3 + h) is enabled.

Maven Dependency

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

repositories {

    maven { 
        url 'https://maven.blamejared.com'
    }
}

dependencies {

    // Forge
    implementation fg.deobf(group: 'net.darkhax.effecttooltips', name: 'EffectTooltips-Forge-1.18.2', version: '2.0.1')
    
    // Fabric
    modImplementation "net.darkhax.effecttooltips:EffectTooltips-Fabric-1.18.2:2.0.1"
}

Jar Signing

As of January 11th 2021 officially published builds will be signed. You can validate the integrity of these builds by comparing their signatures with the public fingerprints.

Hash Fingerprint
MD5 12F89108EF8DCC223D6723275E87208F
SHA1 46D93AD2DC8ADED38A606D3C36A80CB33EFA69D1
SHA256 EBC4B1678BF90CDBDC4F01B18E6164394C10850BA6C4C748F0FA95F2CB083AE5