DynamicKeybinds

DynamicKeybinds lets mods create, sync, and persist custom runtime keybinds tied to the world, not the client.

File Details

dynamickeybinds 0.0.3 [Fabric]

  • R
  • Mar 26, 2026
  • 57.35 KB
  • 7
  • 1.20.1
  • Fabric

File Name

dynamickeybinds-fabric-1.20.1-0.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:dynamickeybinds-1495267:7816945"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[0.0.3] - 2026-03-25

Added

  • Modrinth project ID
  • Networked registry abstraction
  • Command helpers
  • unregister by id functiom

Changed

  • Unified Fabric/Forge command path and syncing

Fixed

  • Field reflection works if the mod using the library uses mojmaps now
  • redundant update packet after adding keybind
  • Registering/Unregistering keybinds actually syncs now instead of needing manual networking calls

Removed

  • Testing functions from when this was just a POC