diff --git a/build.gradle b/build.gradle index 9da57e2..d44a3f9 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,10 @@ 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}"