Skip to content

Commit

Permalink
loader 0.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BluCobalt committed Oct 14, 2024
1 parent b6b9b17 commit aab8541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import zipfile

loader: str = "0.15.6"
loader: str = "0.16.7"
legacy_fixes: str = "legacy-fixes-1.0.1.jar"
lwjgl3: str = "3.1.6"
lwjgl2: str = "2.9.4-nightly-20150209"
Expand Down
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd legacy-fixes/
cd legacy-fixes/ || exit
./gradlew clean build
cd ..
cp legacy-fixes/build/libs/*.jar .
Expand Down

0 comments on commit aab8541

Please sign in to comment.