This is a fork of Siphalor/amecs
- interactic
error: when applying mixins on methodClientPlayerEntity.dropSelectedItem
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.
If you want to use the api provided by this mod you'll want to implement and include this mod:
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")
}
This mod is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.