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://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.