Skip to content

Commit

Permalink
dependency: Update fabricmc (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent f621def commit d171f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ object Versions {
// check these on https://fabricmc.net/develop
const val FABRIC_YARN_MAPPINGS = "1.21.3+build.2"
val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS.substringBefore('+')
const val FABRIC_LOADER = "0.16.8"
const val FABRIC_COMMAND_API_V2 = "2.2.35+c47b9d4373"
const val FABRIC_LOADER = "0.16.9"
const val FABRIC_COMMAND_API_V2 = "2.2.37+7feeb7331c"
const val FABRIC_COMMAND_API_V1 = "1.2.56+f71b366f73"

// ChatGPT
Expand Down

0 comments on commit d171f28

Please sign in to comment.