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 Dec 16, 2024
1 parent 72a8b07 commit feac1e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ 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-pre3+build.2"
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.41+e496eb1504"
const val FABRIC_COMMAND_API_V1 = "1.2.56+f71b366f73"
const val FABRIC_LIFECYCLE_EVENTS_V1 = "2.3.12+6c1df36019"
const val FABRIC_LIFECYCLE_EVENTS_V1 = "2.5.1+6da5ef6940"

// ChatGPT
const val GSON = "2.11.0"
Expand Down

0 comments on commit feac1e6

Please sign in to comment.