This is a fork of Siphalor/amecs-api
This library mod provides modifier keys for Minecraft keybindings as well as some related keybinding utility classes
If you're not a modder you're probably looking for Amecs.
If you are a modder then you can use Amecs with the following in your build.gradle:
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
include(modApi("com.github.Klotzi111:amecs-api:multiversion-SNAPSHOT"))
}
Have fun ;)