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 92ba111 commit fadaeedCopy full SHA for fadaeed
build.gradle.kts
@@ -74,11 +74,11 @@ dependencies {
74
}
75
76
// For unpick definitions
77
-val yarnVersion = "25w43a+build.12"
+val yarnVersion = "1.21.10+build.2"
78
val intermediaryVersion = yarnVersion.substringBefore("+")
79
80
dependencies {
81
- unpickDefinitions("net.fabricmc:yarn:${yarnVersion}:extras")
+ unpickDefinitions("net.fabricmc:yarn:${yarnVersion}:mergedv2") // no extras jar available for 1.21.10 currently
82
unpickDefinitionsIntermediary("net.fabricmc:intermediary:${intermediaryVersion}:v2")
83
84
0 commit comments