Madis0 / amecs

A minecraft mod about extending keybindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amecs

curseforge downloads curseforge mc versions

logo

API

If you want to use the api provided by this mod you'll want to implement and include this mod:

repositories {
    maven { url "https://jitpack.io/" }
}

dependencies {
    modImplementation "com.github.siphalor:amecs:+"
    include "com.github.siphalor:amecs:+"
}

If you don't want to shadow this whole mod you may just want to copy the relevant interfaces/classes from de.siphalor.amecs.api.

License

This mod is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.

About

A minecraft mod about extending keybindings

License:Creative Commons Zero v1.0 Universal


Languages

Language:Java 100.0%