Skip to content

Commit

Permalink
dependency: Update fabricmc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent a3b490b commit d817c9c
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 @@ -31,10 +31,10 @@ object Versions {

// Fabric
// check these on https://fabricmc.net/develop
const val FABRIC_YARN_MAPPINGS = "1.21.3+build.2"
const val FABRIC_YARN_MAPPINGS = "1.21.4-pre1+build.1"
val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS.substringBefore('+')
const val FABRIC_LOADER = "0.16.9"
const val FABRIC_COMMAND_API_V2 = "2.2.37+7feeb7331c"
const val FABRIC_COMMAND_API_V2 = "2.2.38+e496eb15ad"
const val FABRIC_COMMAND_API_V1 = "1.2.56+f71b366f73"

// ChatGPT
Expand Down

0 comments on commit d817c9c

Please sign in to comment.