File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ object Versions {
3131
3232 // Fabric
3333 // check these on https://fabricmc.net/develop
34- const val FABRIC_YARN_MAPPINGS = " 1.21.8 +build.1 "
34+ const val FABRIC_YARN_MAPPINGS = " 25w14craftmine +build.5 "
3535 val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS .substringBefore(' +' )
3636 const val FABRIC_LOADER = " 0.17.0"
3737 const val FABRIC_COMMAND_API_V2 = " 2.3.1+d176821535"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717}
1818
1919dependencies {
20- val yarnVersion = " 1.21.8 +build.1 "
20+ val yarnVersion = " 25w14craftmine +build.5 "
2121 val minecraftVersion = yarnVersion.substringBefore(' +' )
2222 mappings(" net.fabricmc:yarn:$yarnVersion " )
2323 minecraft(" com.mojang:minecraft:$minecraftVersion " )
You can’t perform that action at this time.
0 commit comments