Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

1.20.1 release? #149

Open
ghost opened this issue Sep 1, 2023 · 2 comments
Open

1.20.1 release? #149

ghost opened this issue Sep 1, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 1, 2023

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
Copy link

azzake commented Sep 1, 2023

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

@ghost
Copy link
Author

ghost commented Sep 4, 2023

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant