Roughly enough HUD tweaks
This mod adds tons of HUD tweaks including player stats, block/entity info, etc. Everything can be toggled via the config.
Add this to your build.gradle:
repositories {
// [...]
maven { url 'https://jitpack.io' }
}
dependencies {
// [...]
modImplementation "com.github.IntelligentCreations:Hudium:${project.hudium_version}"
}
And in your gradle.properties:
hudium_version = <LATEST_VERSION>
Go have a look at the wiki.