@@ -21,12 +21,6 @@ loom {
2121 }
2222}
2323
24- repositories {
25- exclusiveContent { forRepository { mavenCentral() }
26- filter { includeGroup(" org.lwjgl" ) }
27- }
28- }
29-
3024dependencies {
3125 minecraft(" com.mojang:minecraft:${project.property(" minecraft_18" )} " )
3226 mappings(" net.ornithemc:feather:${project.property(" mappings_18" )} " )
@@ -48,10 +42,9 @@ dependencies {
4842
4943 modApi(include(" io.github.moehreag:search-in-resources:1.0.6+1.8.9" )!! )
5044
51- val lwjglVersion = " 3.3.5 "
45+ val lwjglVersion = " 3.3.6 "
5246 api(" org.lwjgl:lwjgl-nanovg:$lwjglVersion " )
5347 runtimeOnly(" org.lwjgl:lwjgl-nanovg:${lwjglVersion} :natives-linux" )
54- runtimeOnly(" org.lwjgl:lwjgl-nanovg:${lwjglVersion} :natives-linux-arm64" )
5548 runtimeOnly(" org.lwjgl:lwjgl-nanovg:${lwjglVersion} :natives-windows" )
5649 runtimeOnly(" org.lwjgl:lwjgl-nanovg:${lwjglVersion} :natives-windows-arm64" )
5750 runtimeOnly(" org.lwjgl:lwjgl-nanovg:${lwjglVersion} :natives-macos" )
@@ -67,14 +60,14 @@ dependencies {
6760 compileOnly(" org.lwjgl:lwjgl-glfw:${lwjglVersion} " )
6861 compileOnly(" org.lwjgl:lwjgl-sdl:3.4.0-SNAPSHOT" )
6962
70- modImplementation(" io.github.moehreag:legacy-lwjgl3:${project.property(" legacy_lwgjl3" )} " )
71- // modLocalRuntime("io.github.moehreag:legacy-lwjgl3:${project.property("legacy_lwgjl3")}:all-remapped")
63+ modImplementation(" io.github.moehreag:legacy-lwjgl3:${project.property(" legacy_lwgjl3" )} " ) {
64+ exclude(" org.lwjgl" )
65+ }
7266
7367 include(implementation(" org.lwjgl" , " lwjgl-tinyfd" , lwjglVersion))
7468 include(runtimeOnly(" org.lwjgl" , " lwjgl-tinyfd" , lwjglVersion, classifier = " natives-linux" ))
7569 include(runtimeOnly(" org.lwjgl" , " lwjgl-tinyfd" , lwjglVersion, classifier = " natives-windows" ))
7670 include(runtimeOnly(" org.lwjgl" , " lwjgl-tinyfd" , lwjglVersion, classifier = " natives-macos" ))
77- include(runtimeOnly(" org.lwjgl" , " lwjgl-tinyfd" , lwjglVersion, classifier = " natives-linux-arm64" ))
7871 include(runtimeOnly(" org.lwjgl" , " lwjgl-tinyfd" , lwjglVersion, classifier = " natives-windows-arm64" ))
7972 include(runtimeOnly(" org.lwjgl" , " lwjgl-tinyfd" , lwjglVersion, classifier = " natives-macos-arm64" ))
8073
0 commit comments