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.
2 parents a470034 + 259bfae commit 4e1ce16Copy full SHA for 4e1ce16
build.gradle.kts
@@ -65,8 +65,11 @@ repositories {
65
dependencies {
66
modCompileOnly("cc.polyfrost:oneconfig-$platform:0.1.0-alpha+") {
67
exclude(group = "null")
68
+ exclude(module = "mixin")
69
}
70
71
+ compileOnly("org.spongepowered:mixin:0.8.5-SNAPSHOT")
72
+
73
val loader = when {
74
platform.isLegacyForge -> "launchwrapper"
75
platform.isModLauncher -> "modlauncher"
0 commit comments