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 a326f7a commit 0570ca6Copy full SHA for 0570ca6
mod/build.gradle.kts
@@ -112,7 +112,7 @@ dependencies {
112
modImplementation("net.fabricmc.fabric-api:fabric-api") {
113
version {
114
require(when {
115
- platform.mcVersion == 12105 -> "0.121.0+1.21.5"
+ platform.mcVersion == 12105 -> "0.128.0+1.21.5"
116
else -> "0.119.2+1.21.4"
117
})
118
}
0 commit comments