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 2b80b62 commit 683e339Copy full SHA for 683e339
2 files changed
buildSrc/src/main/kotlin/Versions.kt
@@ -31,7 +31,7 @@ object Versions {
31
32
// Fabric
33
// check these on https://fabricmc.net/develop
34
- const val FABRIC_YARN_MAPPINGS = "1.21.8+build.1"
+ const val FABRIC_YARN_MAPPINGS = "25w14craftmine+build.5"
35
val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS.substringBefore('+')
36
const val FABRIC_LOOM_PLUGIN = "1.12.2"
37
const val FABRIC_LOADER = "0.17.2"
examples/fabric/build.gradle.kts
@@ -17,7 +17,7 @@ repositories {
17
}
18
19
dependencies {
20
- val yarnVersion = "1.21.8+build.1"
+ val yarnVersion = "25w14craftmine+build.5"
21
val minecraftVersion = yarnVersion.substringBefore('+')
22
mappings("net.fabricmc:yarn:$yarnVersion")
23
minecraft("com.mojang:minecraft:$minecraftVersion")
0 commit comments