Public GitHub repository for Item Tooltips - licensed under LGPL-3.0 Only
Available on Modrinth & CurseForge
You may depend on / integrate with Item Tooltips within your own projects. Make sure to change the version number and modloader to the correct ones in your gradle.properties
build.gradle
repositories {
maven { url = "https://api.modrinth.com/maven" }
}
dependencies {
modImplementation("maven.modrinth:item-tooltips:$tooltips_version")
}
gradle.properties
tooltips_version=1.21.11-v1.5.4-fabric