/NonConflictKeys

GNU Affero General Public License v3.0AGPL-3.0

English | 中文

Introduction

NonConflictKeys is an independent implementation of the same name feature in Modern KeyBinding (Modrinth | CurseForge).

Feature

The keybindings with the same key will all be activated if the key is pressed.

Import

repositories {
  //...
  maven {
    url "https://maven.nova-committee.cn/releases"
  }
}

Forge

dependencies {
  implementation fg.deobf("committee.nova.nckey.forge:nckey-${mc_version}:${mod_version}") {
    transitive = false
  }
}

Fabric

dependencies {
  modImplementation("committee.nova.nckey.fabric:nckey-${mc_version}:${mod_version}") {
    transitive = false
  }
}

LICENSE

NonConflictKeys is under GNU-AGPL-3.0-only.

Extra Notes

  • 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.

ATTENTION

You DEFINITELY CAN add the mod to your modpack.

Publishing Platforms

CurseForge

CurseForge

Modrinth

Modrinth