Skip to content

Commit

Permalink
Downgrade Fabric Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Dec 31, 2023
1 parent a1a35a9 commit 7c2b593
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.2
loader_version=0.15.1

# Mod Properties
mod_version=0.2.0-beta
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 @@ -25,7 +25,7 @@
"env_json.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.2",
"fabricloader": ">=0.15.1",
"minecraft": "~1.20.4",
"java": ">=17",
"fabric-api": "*"
Expand Down

0 comments on commit 7c2b593

Please sign in to comment.