You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
@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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: