All versions
2.5.0
Release
Command GUI Buttons 2.5.03 months ago 947
Compatibility
Minecraft: Java Edition
1.21.1โ1.21.11
1.20.6
1.19.1โ1.19.4
1.18.x
1.17.x
1.16.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
New features
- Support MC 1.21.1, 1.21.9-1.21.10
- Support MC 1.21.11
Bug fixes
- Fix preprocess
- Fix missing alpha channel in font color
Development
- Update
fabric-loomto1.16-SNAPSHOT - Update
fabric-loaderto0.19.2 - Update
lombokto1.18.46 - Update
Gradleto9.5.0 - Update
gradle/actionsaction tov6 - Update
actions/upload-artifactaction tov7 - Update
actions/checkoutaction tov6 - Update
magiclib-core-fabrictov0.8.160 - Update
magiclib-better-devtov0.3.68-beta - Update
replace-tokentov1.2.0 - Update
preprocessortod452ef7 - Update
org.ajoberstar.grgitto5.3.3
Full Changelog: 2.4.0...2.5.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CommandGUIButtons-mc1.16.x-2.5.0+build.414+fa67364.jar | Unknown | 43.53 KiB | |
| CommandGUIButtons-mc1.17.x-2.5.0+build.414+fa67364.jar | Unknown | 43.17 KiB | |
| CommandGUIButtons-mc1.18.x-2.5.0+build.414+fa67364.jar | Unknown | 43.07 KiB | |
| CommandGUIButtons-mc1.19.1-1.19.2-2.5.0+build.414+fa67364.jar | Unknown | 43.49 KiB | |
| CommandGUIButtons-mc1.19.3-2.5.0+build.414+fa67364.jar | Unknown | 43.2 KiB | |
| CommandGUIButtons-mc1.19.4-2.5.0+build.414+fa67364.jar | Unknown | 43.17 KiB | |
| CommandGUIButtons-mc1.20.6-2.5.0+build.414+fa67364.jar | Unknown | 43.3 KiB | |
| CommandGUIButtons-mc1.21.1-2.5.0+build.414+fa67364.jar | Unknown | 43.3 KiB | |
| CommandGUIButtons-mc1.21.11-2.5.0+build.414+fa67364.jar | Unknown | 43.39 KiB | |
| CommandGUIButtons-mc1.21.2-5-2.5.0+build.414+fa67364.jar | Unknown | 43.32 KiB | |
| CommandGUIButtons-mc1.21.6-8-2.5.0+build.414+fa67364.jar | Unknown | 43.32 KiB | |
| CommandGUIButtons-mc1.21.9-10-2.5.0+build.414+fa67364.jar | Unknown | 43.41 KiB |
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:1E3oheF7:r0YfPlIi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1E3oheF7:r0YfPlIi"
}

