Skip to content

Commit

Permalink
relax fabric loader requirement
Browse files Browse the repository at this point in the history
we don't actually need loader 0.15+ on 1.19.4 given that sticky keys are
only untoggled on 1.20.1 and newer, and the mixin to prevent that is the
only thing we need newer loader versions for
  • Loading branch information
celestialfault committed Feb 2, 2024
1 parent ac7b7d5 commit 6683b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- In other words: if you toggle sprint off while holding the vanilla sprint key, you will now continue to sprint after
toggling it off, instead of having to stop holding and then press the vanilla key again
- Changed some configuration menu names and descriptions to better describe the relevant settings
- Removed Fabric loader 0.15+ requirement on 1.19.4, as nothing actually requires it

## 1.0 - 2024-01-05

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 @@ -16,7 +16,7 @@
"modmenu": ["me.celestialfault.toggletogglesprint.ModMenuCompat"]
},
"depends": {
"fabricloader": ">=0.15",
"fabricloader": "*",
"minecraft": ">=1.19.4 <1.20.1",
"java": ">=17",
"fabric-key-binding-api-v1": "*",
Expand Down

0 comments on commit 6683b92

Please sign in to comment.