Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Siphalor/nmuk

Repository files navigation

Warning

This project has been merged into the Amecs repository.

Logo

No More Useless Keys

supported Minecraft versions: 1.16 | 1.17 | 1.18 | 1.19 | 1.20 | 1.21

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.16:1+")) # Use the latest version from the top of this readme
}

To register default alternatives see the NMUKAlternatives class.