Skip to content

Commit

Permalink
removed unnessecary lwjgl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 22, 2024
1 parent d67350f commit c97578a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dependencies {
//MIXIN
annotationProcessor 'org.spongepowered:mixin:0.8.5-SNAPSHOT:processor'
implementation("org.jetbrains:annotations:26.0.1")
compileOnly("org.lwjgl:lwjgl-opengl:3.2.2")
//modCompileOnly("mezz.jei:jei-${rootProject.minecraft_version}-forge:${rootProject.jei_version}")
//modRuntimeOnly("mezz.jei:jei-${rootProject.minecraft_version}-forge:${rootProject.jei_version}")
modImplementation("mezz.jei:jei-1.18.2:9.7.2.1001")
Expand Down

0 comments on commit c97578a

Please sign in to comment.