Skip to content
/ nmuk Public
forked from Siphalor/nmuk

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

License

Notifications You must be signed in to change notification settings

Klotzi111/nmuk

 
 

Repository files navigation

Note

This is a fork of Siphalor/nmuk

No More Useless Keys

logo

About

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

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://jitpack.io"
	}
}

dependencies {
	include(modApi("com.github.Klotzi111:nmuk:multiversion-SNAPSHOT"))
}

To register default alternatives see the NMUKAlternatives class.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%