Precizne / 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.

Home Page:https://modrinth.com/mod/hudium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

https://modrinth.com/mod/hudium

License:MIT License


Languages

Language:Java 100.0%