English | 中文
NonConflictKeys is an independent implementation of the same name feature in Modern KeyBinding (Modrinth | CurseForge).
The keybindings with the same key will all be activated if the key is pressed.
repositories {
//...
maven {
url "https://maven.nova-committee.cn/releases"
}
}
dependencies {
implementation fg.deobf("committee.nova.nckey.forge:nckey-${mc_version}:${mod_version}") {
transitive = false
}
}
dependencies {
modImplementation("committee.nova.nckey.fabric:nckey-${mc_version}:${mod_version}") {
transitive = false
}
}
NonConflictKeys is under GNU-AGPL-3.0-only.
- We don't want the mod to be "merged into" | "replaced by" | "Any foo of the same meaning" any modpack-behavior mod (like Un*****al Tw**ks or Deb****y). See this.
- We don't want any modpack using our mod to charge players in any way.
You DEFINITELY CAN add the mod to your modpack.