We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bbd1e commit 3a5d9a6Copy full SHA for 3a5d9a6
java21/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("org.leavesmc:leaves-plugin-mixin-condition:1.0.0")
28
implementation("io.github.llamalad7:mixinextras-common:0.4.1")
29
implementation("net.fabricmc:access-widener:2.1.0")
30
- implementation("net.fabricmc:sponge-mixin:0.15.5+mixin.0.8.7") {
+ implementation("net.fabricmc:sponge-mixin:0.16.4+mixin.0.8.7") {
31
exclude(group = "com.google.code.gson", module = "gson")
32
exclude(group = "com.google.guava", module = "guava")
33
}
0 commit comments