Skip to content

Commit

Permalink
Downgrade Fabric Loader version
Browse files Browse the repository at this point in the history
  • Loading branch information
PoeticRainbow committed Jun 21, 2024
1 parent f6663e6 commit 7dd9bef
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
loader_version=0.15.11
loader_version=0.15.7

# Mod Properties
mod_version=1.0.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 @@ -22,7 +22,7 @@
},
"accessWidener": "lavasurvival.accesswidener",
"depends": {
"fabricloader": ">=0.15.11",
"fabricloader": ">=0.15.7",
"minecraft": "~1.20.4",
"java": ">=17",
"fabric-api": "*",
Expand Down

0 comments on commit 7dd9bef

Please sign in to comment.