Skip to content

Commit 2d1bd3d

Browse files
dependency: Update dependency net.fabricmc:yarn to v25
1 parent 1b1cfb1 commit 2d1bd3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Versions {
3232

3333
// Fabric
3434
// check these on https://fabricmc.net/develop
35-
const val FABRIC_YARN_MAPPINGS = "1.21.7+build.4"
35+
const val FABRIC_YARN_MAPPINGS = "25w14craftmine+build.5"
3636
val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS.substringBefore('+')
3737
const val FABRIC_LOADER = "0.16.14"
3838
const val FABRIC_COMMAND_API_V2 = "2.2.53+946bf4c36c"

examples/fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
val yarnVersion = "1.21.7+build.4"
20+
val yarnVersion = "25w14craftmine+build.5"
2121
val minecraftVersion = yarnVersion.substringBefore('+')
2222
mappings("net.fabricmc:yarn:$yarnVersion")
2323
minecraft("com.mojang:minecraft:$minecraftVersion")

0 commit comments

Comments
 (0)