1.20.1 release?
0xallie opened this issue ยท 2 comments
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 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
.