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 8576f2c commit 8e5c21fCopy full SHA for 8e5c21f
build.gradle.kts
@@ -161,8 +161,8 @@ dependencies {
161
}
162
shadowMe("net.hypixel:mod-api-forge-tweaker:1.0.1.1")
163
164
- shadowMe(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.5")!!)
165
- annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
+ shadowMe(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-beta.2")!!)
+ annotationProcessor("org.spongepowered:mixin:0.8.7:processor")
166
compileOnly("org.spongepowered:mixin:0.8.5")
167
168
0 commit comments