diff --git a/build.gradle b/build.gradle index d44a3f9..9da57e2 100644 --- a/build.gradle +++ b/build.gradle @@ -48,10 +48,7 @@ dependencies { implementation 'org.ow2.asm:asm-commons:8.0' implementation 'org.ow2.asm:asm-tree:8.0' implementation 'org.ow2.asm:asm-util:8.0' - - // this broke for some reason - //implementation "org.lwjgl.lwjgl:lwjgl:2.9.3" - + //to change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}"