Skip to content

Commit

Permalink
fabric 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
duplexsystem committed Feb 28, 2025
1 parent f278ae7 commit 8bad33e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Versions {
}

object Fabric {
const val fabricAPI = "0.106.1+${Mod.minecraft}"
const val fabricAPI = "0.118.0+${Mod.minecraft}"
const val cloud = "2.0.0-beta.9"
}
//
Expand All @@ -40,9 +40,9 @@ object Versions {
object Mod {
const val mixin = "0.15.3+mixin.0.8.7"

const val minecraft = "1.21.3"
const val yarn = "$minecraft+build.2"
const val fabricLoader = "0.16.7"
const val minecraft = "1.21.4"
const val yarn = "$minecraft+build.8"
const val fabricLoader = "0.16.10"

const val architecuryLoom = "1.7.413"
const val architecturyPlugin = "3.4.159"
Expand Down

0 comments on commit 8bad33e

Please sign in to comment.