/Hudium

Tons of HUD tweaks including player stats, block/entity info, etc. Created because I've been driven mad by the annoying process of downloading that many mods to achieve the same goal.

Primary LanguageJavaMIT LicenseMIT

nice pic hahaye

Hudium

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.

Setting up development environment

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>

Developing with Hudium

Go have a look at the wiki.