Skip to content

Commit

Permalink
Update loader_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Oct 29, 2024
1 parent 419a6ff commit 92320c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fabric.loom.multiProjectOptimisation=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
loader_version=0.16.5
loader_version=0.16.7

# Mod Properties
maven_group = com.mohistmc.banner
Expand Down
2 changes: 1 addition & 1 deletion modules/banner-server/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],

"depends": {
"fabricloader": ">=0.16.5",
"fabricloader": ">=0.16.7",
"fabric-api": "*",
"minecraft": "1.20.1",
"banner-transitive-access-wideners": "*",
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 @@ -14,7 +14,7 @@
"sources": "https://github.com/MohistMC/Banner"
},
"depends": {
"fabricloader": ">=0.16.5",
"fabricloader": ">=0.16.7",
"java": ">=17",
"fabric-api": "*",
"minecraft": "1.20.1"
Expand Down

0 comments on commit 92320c5

Please sign in to comment.