Skip to content

Commit

Permalink
Update libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 12, 2024
1 parent d1eb6e1 commit ba5e21e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ archives-name = "modid"
mod = "1.0.0"
loader = "fabric"

minecraft = "1.20"
yarn = "1.20+build.1"
minecraft = "1.21"
yarn = "1.21+build.9"
fabric-loader = "0.15.11"
fabric-api = "0.83.0+1.20"
fabric-api = "0.100.6+1.21"
fabric-loom = "1.6-SNAPSHOT"
modpublisher = "2.1.0"

Expand All @@ -18,7 +18,7 @@ id-curseforge = "id"
# display
display-name = "Example"
display-loader = "Fabric"
display-version = "1.20.x"
display-version = "1.21.x"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
Expand Down

0 comments on commit ba5e21e

Please sign in to comment.