Tags
Creators
Details
2.0.0
Compatibility
Changes
Macro Keybinds 2.0.0
Added
Added the Counted Repeat macro mode. It executes an action a selected number of times with a configurable interval.
Added the Alternate macro mode. It switches between two different actions each time the key is pressed.
Added the Display Local Message action. It displays a message in the chat that is only visible to you.
Added a customizable macro wheel with up to 6 global macros. Each slot can use a Minecraft item as its icon.
Click and Hold modes for the macro wheel:
- Click: Open the wheel and click on a macro to execute it.
- Hold: Hold the wheel key, select a macro with the mouse and release the key to execute it.
Added Mod Menu integration for Fabric. Added config screen integration for NeoForge.
Changed
Improved the Edit Macro screen.
Updated the behavior of Repeat and Toggle macros. Existing macros are migrated automatically.
Fixed
Macros without modifiers no longer activate when Shift, Control or Alt is held.
Fixed disabled macros becoming enabled after editing.
Fixed unsaved key changes affecting active macros.
Fixed the Stop All Macros button not stopping Repeat macros.
Fixed disabled Delayed macros stopping other macros.
Fixed serveur containing port in IP address was not saving macro
What's Next?
I will try to keep the mod updated more regularly. Your feedback about your experience with the mod, any issues you encounter, and the features you would like to see would also be greatly appreciated. However, I cannot guarantee that every suggestion will be implemented, as I do not have a huge amount of time to dedicate to my mods.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:2loIqHKX:YkWGq35K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2loIqHKX:YkWGq35K"
}

