Skip to content

Nova-Committee/NonConflictKeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE.md
AGPL-3.0
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published