Zebra's Toggle Sneak&Sprint (Fabric)
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

Source Code

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!

  1. If you haven't already, create a GitHub account.
  2. Click the Fork icon located at the top-right of this page (below your username).
  3. 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 commit and git push in your command line.
  4. Click Pull Request at the right-hand side of the gray bar directly below your fork's name.
  5. Click Click to create a pull request for this comparison, enter your pull request title, and create a detailed description explaining what you changed.
  6. Click Send pull request, and wait for feedback!

Creating an Issue

Crashing? Have a suggestion? Found a bug? Create an issue now!

  1. Make sure your issue hasn't already been answered or fixed. Also think about whether your issue is a valid one before submitting it.
  2. Go to the issues page.
  3. Click New Issue right below Star and Fork.
  4. 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.log and latest.log found in the .minecraft/logs directory (please use gists for large amounts of text!)
      • Detailed description of the bug
  5. Click Submit new issue, and wait for feedback!