Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.