Skip to content

Commit

Permalink
Loader 0.15.6 + LWJGL 2.9.4+legacyfabric.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 10, 2024
1 parent d6f6e45 commit b6b9b17
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.15.1"
loader: str = "0.15.6"
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.7"
lwjgl2_patch: str = "2.9.4+legacyfabric.8"


def mkdir_if_not_exists(path: str):
Expand Down

0 comments on commit b6b9b17

Please sign in to comment.