Skip to content

Commit

Permalink
LWJGL 2.9.4+legacyfabric.7 + Loader 0.14.25
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Dec 14, 2023
1 parent 9cf12bd commit 9abe06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import os
import zipfile

loader: str = "0.14.24"
loader: str = "0.14.25"
legacy_fixes: str = "legacy-fixes-1.0.1.jar"
lwjgl3: str = "3.1.6"
lwjgl2: str = "2.9.4-nightly-20150209"
lwjgl2_patch: str = "2.9.4+legacyfabric.5"
lwjgl2_patch: str = "2.9.4+legacyfabric.7"


def mkdir_if_not_exists(path: str):
Expand Down

0 comments on commit 9abe06b

Please sign in to comment.