Links
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 2 months ago
All versions
3.3
Release
MacroGrid 3.32 months ago 142
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
UI Overhaul — Add/Edit screen
- Redesigned Add/Edit screen with grouped sections: Name, Appearance, and Actions
- Added live preview — see exactly how your button will look before saving
- CMD and MSG action rows now have distinct colored backgrounds (blue / green) so you can tell them apart at a glance
- + Command and + Message buttons are now color-coded to match
- Color button now displays the selected color applied to its own label
- Empty state message when no actions are added yet
Main menu improvements
- Replaced the confusing "Mode: Normal" cycling button with three dedicated buttons: ✎ Edit, ⇄ Move, ✖ Del
- Active mode is highlighted — click it again to deactivate
- Delete confirmation — first click shows "Sure?", second click deletes
- Button counter added to the title (e.g.
MacroGrid (5)) - Empty state message when no buttons exist or search has no results
Removed
- Radial menu fully removed (was broken on 26.1 and unmaintained)
Updated
- Added support for 26.1.2
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:x8ke6zvo:Wa7DhW9M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x8ke6zvo:Wa7DhW9M"
}

