nmuk

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

APACHE-2.0 License

Stars
14
Committers
4

No More Useless Keys

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:

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.