ModGPL-2.0-or-later
Zebra's Toggle Sneak&Sprint (Fabric)
Minecraft client Mod - Toggle sneak & sprint. Requires Fabric
61
Downloads
0
Followers
4 months ago
Updated
📦
5
Versions
📖About Zebra's Toggle Sneak&Sprint (Fabric)
ZebrasToggleSneak-Fabric
This mod replicates the behavior of Zebra's Toggle Sneak in a Fabric environment.
(Fly-Boost is ommitted.)
This mod disable vanilla sneak/sprint toggle.
This mod requires a Fabric, Fabric-API, Cloth Config API.
Features
- Enhanced sneak/sprint toggle behavior, closely matching Zebra's Toggle Sneak
- Toggle sneak/sprint on or off using configurable keybindings
- Holding the key will not trigger toggling
- The hold detection threshold can be adjusted via the config
- Customizable HUD display position
(left / center / right,top / center / bottom) - Multiple toggle state display modes:(
Color-coded,Text only,no display) - In-game configuration screen
Contributing
Submitting a Pull Request (PR)
So you found a bug in the code? Think you can make it more efficient? Want to help in general? Great!
- If you haven't already, create a GitHub account.
- Click the
Forkicon located at the top-right of this page (below your username). - Make the changes that you want to and commit them.
- If you're making changes locally, you'll have to do
git add -A,git commitandgit pushin your command line.
- If you're making changes locally, you'll have to do
- Click
Pull Requestat the right-hand side of the gray bar directly below your fork's name. - Click
Click to create a pull request for this comparison, enter your pull request title, and create a detailed description explaining what you changed. - Click
Send pull request, and wait for feedback!
Creating an Issue
Crashing? Have a suggestion? Found a bug? Create an issue now!
- Make sure your issue hasn't already been answered or fixed. Also think about whether your issue is a valid one before submitting it.
- Go to the issues page.
- Click
New Issueright belowStarandFork. - Enter your issue title (something that summarizes your issue), and then add a detailed description ("Hey, could you add/change xxx?" or "Hey, found an exploit: stuff").
- If you are reporting a bug, make sure you include the following:
- Version (can be found in the mcmod.info file or in the mod list)
- Logfiles
fml-client-latest.logandlatest.logfound in the.minecraft/logsdirectory (please use gists for large amounts of text!) - Detailed description of the bug
- If you are reporting a bug, make sure you include the following:
- Click
Submit new issue, and wait for feedback!