Added key detection through the new test screen

This commit is contained in:
coolGi
2023-11-08 01:26:32 +10:30
parent 734edeaba9
commit 55df8daa35
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ subprojects { p ->
//forgeShadowMe("io.netty:netty-all:${rootProject.netty_version}")
// Remember, for lwjgl dependencies that arent included in Minecraft, you need to also need to add it to the ShadowJar thing
forgeShadowMe("org.lwjgl:lwjgl-jawt:3.2.2") {
forgeShadowMe("org.lwjgl:lwjgl-jawt:${rootProject.lwjgl_version}") {
exclude group: "org.lwjgl", module: "lwjgl" // This module is imported by Minecraft so exclude it
}
+1 -1
View File
@@ -27,7 +27,7 @@ sqlite_jdbc_version=3.43.0.0
# Minecraft related libaries (included in MC's jar)
log4j_version=2.20.0
netty_version=4.1.94.Final
lwjgl_version=3.2.3
lwjgl_version=3.3.1
joml_version=1.10.2