From 21fe38da8ebdc6dd3e41bc4a3f33c897c7776896 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 21 Sep 2025 21:28:12 -0500 Subject: [PATCH] up LWJGL version 3.3.1 -> 3.3.3 Shouldn't actually be used by anything, just for use with unused the Swing GUI --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9fd61e2b4..6606d65a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,10 @@ fastutil_version=8.2.1 # Minecraft related libraries (included in MC's jar) log4j_version=2.23.1 -lwjgl_version=3.3.1 +# if we actually want to use LWJGL methods, this needs to be a MC version variable +# since different MC versions have different LWJGL versions that aren't compatible +# 3.3.3 is for MC 1.21.8 +lwjgl_version=3.3.3 joml_version=1.10.2 # Architectury config