Minecraft mod that adds many new options
|
4 жил өмнө | |
---|---|---|
.github | 4 жил өмнө | |
gradle | 4 жил өмнө | |
src | 4 жил өмнө | |
.gitattributes | 4 жил өмнө | |
.gitignore | 4 жил өмнө | |
LICENSE | 4 жил өмнө | |
README.md | 4 жил өмнө | |
build.gradle | 4 жил өмнө | |
gradle.properties | 4 жил өмнө | |
gradlew | 4 жил өмнө | |
gradlew.bat | 4 жил өмнө | |
logo.afdesign | 4 жил өмнө | |
logo.png | 4 жил өмнө | |
settings.gradle | 4 жил өмнө |
Better Controls is a reimagining of Better Sprinting with even more customizability. It features several new keybindings and many configurable options for how sprinting, sneaking, and flying should behave.
Better Controls only focuses on complementing vanilla mechanics rather than adding new mechanics (such as Better Sprinting's option to allow sprinting in all directions) that only work on client side and server owners must explicitly opt in to enable them. By not having such features in Better Controls, it significantly reduces complexity by not having a server side version of the mod, and not needing a way to completely disable the mod while the game is running.
Another major difference is the amount and granularity of options. Better Controls could be considered an advanced controls mod - by default, none of the keybinds are bound, and all options are set to match vanilla behavior. To take full advantage, go into Options - Controls - Better Controls, check out all of the available options, and figure out the best configuration for you.
The mod adds Toggle Keybinds for sprinting, sneaking, flying (creative mode), walking, and jumping. You can use modifier keys (Control
/ Shift
/ Alt
) for each, including for example setting Control
to Sneak, and Control + Y
to Toggle Sneak. If you press the original key, the toggle will be canceled (in the previous example, you can Toggle Sneak by pressing Control + Y
, and stop sneaking by simply tapping Sneak). Note that the vanilla options for toggling sprinting/sneaking are disabled to avoid conflicts with the custom keybinds.
You can also bind a key that resets all Toggle Keybinds at once. That makes it easy to for ex. turn on walking, jumping, and sprinting, and then turn all of them off again by pressing one key instead of three.
The following mod loaders are supported:
After you install the mod loader of your choice, download the mod and place the .jar
file into .minecraft/mods
.
The mod will attempt to load on new versions of Minecraft (including snapshots) as they come out. I made it that way so that if the mod works on a newly released version of Minecraft without any changes, I can simply mark it as compatible and you don't have to wait for an update.
While this is convenient, there is potential for bugs which can affect server play. If you plan to use the mod on a server, please always use the latest version of the mod, and wait until I either mark the version as compatible with new Minecraft updates, or release a new version of the mod that is marked as compatible.
The main
branch includes the latest version for Fabric. Older versions and their Forge equivalents are in branches named fabric/<version>
and forge/<version>
.
All contributions should target the main
branch, unless the contribution is specifically made for older versions. Every feature must be portable to Forge to ensure parity, unless the feature adds integration with another mod that is only compatible with one mod loader. Integrations for Forge-only mods should target the most recent forge/<version>
branch.
For any larger contributions, please open an issue first before you make a PR.
Please keep in mind that this mod is designed to be very simple and easy to test. Over the years, Better Sprinting has gained a fair amount of bloat that requires extensive testing before every release, and it is the reason why I will not be accepting PRs which add: