Skip to content

Commit

Permalink
Fabric loader upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikethepro18 committed Oct 13, 2024
1 parent 63da927 commit 4313aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5
loader_version=0.16.7

# Mod Properties
mod_version=0.1.0
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 @@
"ambient-discs.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.5",
"fabricloader": ">=0.16.7",
"minecraft": "~1.21",
"java": ">=21",
"fabric-api": "*"
Expand Down

0 comments on commit 4313aaf

Please sign in to comment.