Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beetmacol/toggle-toggle
A simple Minecraft mod adding two keybindings for switching sneaking or sprinting methods between hold and toggle.
https://github.com/beetmacol/toggle-toggle
java java-17 minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod mod
Last synced: about 1 month ago
JSON representation
A simple Minecraft mod adding two keybindings for switching sneaking or sprinting methods between hold and toggle.
- Host: GitHub
- URL: https://github.com/beetmacol/toggle-toggle
- Owner: BeetMacol
- License: mit
- Created: 2020-03-17T16:30:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T22:18:23.000Z (over 2 years ago)
- Last Synced: 2024-10-14T06:22:17.410Z (about 1 month ago)
- Topics: java, java-17, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod, mod
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toggle Toggle
A simple Minecraft mod for clients adding two keybindings for switching sneaking or sprinting methods between hold and toggle.Since Minecraft's version 1.15, player can choose to toggle sprint and/or sneak instead of holding the key.
This mod adds a way to quickly change those two options without going to the settings screen.## Dependencies
**Both [Fabric Loader](https://fabricmc.net/use/) and [Fabric API](https://modrinth.org/mod/fabric-api) are required** for this mod to work.
**[Cloth Config API](https://www.curseforge.com/minecraft/mc-mods/cloth-config) is also needed** - it's used for a simple configuration and configuration screen.
Toggle Toggle is compatible with [Mod Menu](https://modrinth.com/mod/modmenu) (optional, adds config screen access).## Default keys
| Function | Key |
|--:|:-:|
| Change Sneak Mode | B |
| Change Sprint Mode | V |These keybindings can be changed freely in the Controls (`Game Menu` -> `Settings` -> `Controls`) menu.