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 1f16d27 commit 0e30a2cCopy full SHA for 0e30a2c
build.gradle.kts
@@ -83,11 +83,11 @@ dependencies {
83
}
84
85
// For unpick definitions
86
-val yarnVersion = "25w43a+build.7"
+val yarnVersion = "25w43a+build.12"
87
val intermediaryVersion = yarnVersion.substringBefore("+")
88
89
dependencies {
90
- unpickDefinitions("net.fabricmc:yarn:${yarnVersion}:mergedv2")
+ unpickDefinitions("net.fabricmc:yarn:${yarnVersion}:extras")
91
unpickDefinitionsIntermediary("net.fabricmc:intermediary:${intermediaryVersion}:v2")
92
93
0 commit comments