Skip to content

Commit

Permalink
fix: bump Fabric Loader constraint to avoid crashes due to dependenci…
Browse files Browse the repository at this point in the history
…es not loading properly
  • Loading branch information
Octol1ttle committed Mar 11, 2024
1 parent 385ac80 commit 08c529b
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.20.4
yarn_mappings=1.20.4+build.3
floader_version=0.14.7
floader_version=0.15.3

# Mod Properties
mod_version=2.0.0-beta.2
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 @@ -35,7 +35,7 @@
"flightassistant.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.7",
"fabricloader": ">=0.15.3",
"fabric-api": "*",
"minecraft": "^1.20.3",
"java": ">=17",
Expand Down

0 comments on commit 08c529b

Please sign in to comment.