Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 11, 2024
1 parent d99c609 commit 9cae901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "bounced"
mod = "4.1.1"
loader = "fabric"

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

Expand All @@ -20,7 +20,7 @@ id-curseforge = "844458"
# display
display-name = "Bounced"
display-loader = "Fabric"
display-version = "1.20.5+"
display-version = "1.21+"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"depends": {
"fabricloader": "*",
"fabric-api": "*",
"minecraft": "1.20.x"
"minecraft": ">=1.21"
},
"suggests": {
"splasher": "*"
Expand Down

0 comments on commit 9cae901

Please sign in to comment.