Skip to content

Commit

Permalink
Downgrade Fabric loader version to 0.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan822 authored and nad2040 committed May 23, 2024
1 parent 5702aec commit 44ea942
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.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.11
loader_version=0.15.10

# Mod Properties
mod_version = 1.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 @@ -27,7 +27,7 @@
],

"depends": {
"fabricloader": ">=0.15.11",
"fabricloader": ">=0.15.10",
"minecraft": ">=1.20.5",
"java": ">=21"
},
Expand Down

0 comments on commit 44ea942

Please sign in to comment.