This is a fork of Siphalor/nmuk
This mod allows you to define an arbitrary number of alternative key combinations for every key binding.
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://jitpack.io"
}
}
dependencies {
include(modApi("com.github.Klotzi111:nmuk:multiversion-SNAPSHOT"))
}
To register default alternatives see the NMUKAlternatives
class.