Skip to content

Klotzi111/amecs

This branch is 34 commits ahead of, 38 commits behind Siphalor/amecs:1.16.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38ed92e Â· Aug 30, 2022
May 17, 2022
Jul 1, 2022
Mar 15, 2020
Jun 17, 2019
Aug 30, 2022
Jul 4, 2022
Jul 1, 2022
May 17, 2022
May 17, 2022
Jul 1, 2022
May 17, 2022

Repository files navigation

Note

This is a fork of Siphalor/amecs

Amecs

logo

Compatibility (amecs latest release)

Mods with cross interaction tested to be compatible

Incompatible mods

  • interactic
    error: when applying mixins on method ClientPlayerEntity.dropSelectedItem

Solutions for incompatible mods

The general solution when having two incompatible mods is to remove one of them.

BUT often there is also another option:
You can replace amecs with its dependency mod amecs-api.
This will still give you the additional modifier keys for keybindings.
But you will lose the extra keybindings that amecs adds.

API

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

See here 😜

DEV Runtime

If you're a modder and you want Amecs in you development build you can do so by including it like this in the build.gradle:

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

dependencies {
	modRuntimeOnly("com.github.Klotzi111:amecs:multiversion-SNAPSHOT")
}

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%