From 5f7e72abe52bf7b98f873ec3ad01644303860bcc Mon Sep 17 00:00:00 2001 From: MartinSVK12 <37455793+MartinSVK12@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:24:04 +0100 Subject: [PATCH] Small changes. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 84e164f..945e663 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { import org.gradle.internal.os.OperatingSystem -project.ext.lwjglVersion = "3.3.4" +project.ext.lwjglVersion = "3.3.3" switch (OperatingSystem.current()) { case OperatingSystem.LINUX: @@ -106,7 +106,7 @@ dependencies { include(implementation("org.apache.commons:commons-lang3:3.12.0")) - modImplementation("com.github.zarzelcow:legacy-lwjgl3:1.0.4") + modImplementation("com.github.Better-than-Adventure:legacy-lwjgl3:1.0.5") implementation platform("org.lwjgl:lwjgl-bom:$lwjglVersion") runtimeOnly "org.lwjgl:lwjgl::$lwjglNatives"