DarkKronicle / KronHUD

A mod to add clean and useful HUD widgets.
GNU General Public License v3.0
92 stars 38 forks source link

1.20.1 release? #149

Open ghost opened 1 year ago

ghost commented 1 year ago

I see 1.20.1 support has been merged a while ago. I built it myself and it seems to work fine. Any plans to make an official release anytime soon?

azzake commented 1 year ago

How to build it basically because i am struggling how to do it ?

ghost commented 1 year ago

@azzake These commands assume Linux/macOS/WSL. Might also work in Git Bash.

export JAVA_HOME=/path/to/jdk  # replace with actual path to your JDK, e.g. /opt/homebrew/opt/openjdk@17 for Java 17 on an Apple Silicon Mac
export PATH=$JAVA_HOME:$PATH

git clone https://github.com/DarkKronicle/DarkKore
cd DarkKore
./gradlew build
cd ..

git clone https://github.com/DarkKronicle/KronHUD
cd KronHUD
mkdir -p run/mods
cp ../DarkKore/build/libs/DarkKore-0.3.5-1.20.1.jar run/mods/
./gradlew build

The output will be in build/libs/KronHUD-1.20.1-2.2.6.jar.