https://github.com/Siphalor/nmuk
A minecraft fabric mod allowing to bind multiple key shortcuts to each keybinding
https://github.com/Siphalor/nmuk
fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: 6 months ago
JSON representation
A minecraft fabric mod allowing to bind multiple key shortcuts to each keybinding
- Host: GitHub
- URL: https://github.com/Siphalor/nmuk
- Owner: Siphalor
- License: apache-2.0
- Created: 2021-01-12T22:07:33.000Z (over 4 years ago)
- Default Branch: 1.16
- Last Pushed: 2023-12-21T23:47:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T06:21:58.580Z (12 months ago)
- Topics: fabricmc, fabricmc-mod, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/nmuk
- Size: 497 KB
- Stars: 14
- Watchers: 4
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fabric - No More Useless Keys - NMUK - Allows you to specify an arbitrary amount of alternative key combinations for key bindings. `Apache-2.0` (Uncategorized / Uncategorized)
README
![]()
# No More Useless Keys

[](https://curseforge.com/minecraft/mc-mods/nmuk)
[](https://modrinth.com/mod/nmuk)
[](https://maven.siphalor.de/de/siphalor/nmuk-1.15/)This mod allows you to define an arbitrary number of alternative key combinations for every key binding.
## Demo

## API
If you're a modder you can make use of NMUK's API by including it like this in the `build.gradle`:
```groovy
repositories {
maven {
url "https://maven.siphalor.de/"
name "Siphalor's Maven"
}
}dependencies {
modImplementation(include("de.siphalor:nmuk-1.15:1+")) # Use the latest version from the top of this readme
}
```To register default alternatives see the `NMUKAlternatives` class.