Skip to content
/ nmuk Public

A minecraft fabric mod allowing to bind multiple key shortcuts to each keybinding

License

Notifications You must be signed in to change notification settings

Siphalor/nmuk

Repository files navigation

Logo

No More Useless Keys

supported Minecraft versions: 1.14 | 1.15 | 1.16 | 1.17 | 1.18 | 1.19

curseforge downloads modrinth downloads latest maven release

This mod allows you to define an arbitrary number of alternative key combinations for every key binding.

Demo

logo

API

If you're a modder you can make use of NMUK's API by including it like this in the build.gradle:

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.