Skip to content

Commit

Permalink
dependency: Update dependency net.fabricmc:fabric-loader to v0.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 646ab6f commit 7a15a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Versions {
// check these on https://fabricmc.net/develop
const val FABRIC_YARN_MAPPINGS = "1.21.4-pre3+build.2"
val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS.substringBefore('+')
const val FABRIC_LOADER = "0.16.9"
const val FABRIC_LOADER = "0.16.10"
const val FABRIC_COMMAND_API_V2 = "2.2.41+e496eb1504"
const val FABRIC_COMMAND_API_V1 = "1.2.56+f71b366f73"
const val FABRIC_LIFECYCLE_EVENTS_V1 = "2.5.1+6da5ef6940"
Expand Down

0 comments on commit 7a15a22

Please sign in to comment.