We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24ed30 commit b2f65cdCopy full SHA for b2f65cd
build.gradle
@@ -53,12 +53,11 @@ configurations {
53
compileOnly.extendsFrom(modCompileOnly)
54
modRuntimeOnly
55
runtimeOnly.extendsFrom(modRuntimeOnly)
56
-
57
- configureEach {
58
- it.dependencies.removeIf {dit ->
59
- dit.group.startsWith("org.lwjgl.") && dit.CLASSIFIER.contains("arm")
60
- }
+
+ minecraftLibraries.dependencies.removeIf {dit ->
+ dit.group.startsWith("org.lwjgl.") && dit.CLASSIFIER.contains("arm")
61
}
62
63
64
unimined.minecraft {
0 commit comments