Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 606 Bytes

Note

This is a fork of Siphalor/amecs-api

Amecs API (or Amecs' API)

This library mod provides modifier keys for Minecraft keybindings as well as some related keybinding utility classes

Usage

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 ;)