Links
Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
Highlights
Versions after this date will not be compatible with previous versions of the configuration file, please follow the steps below to complete the configuration file migration manually:
- Update the mod
- Launch Minecraft, join a world or a server
- Open the
Resource Packsscreen - Press the
Open Pack Folderbutton - Go to the previous level of the current directory (e.g.
.minecraft\1.19.3\resourcepacks\->.minecraft\1.19.3\) - Open
commands.jsonwith system Notepad or other plain text editor - Press
G( or other hotkey you have configured ) - Add them one by one according to the
commands.jsonfile (The context inside the double quotes after"name"is the button's name, and the context inside the double quotes after"command"is the button's command. A pair of bracketed related content is one button.)
Changes
New features
- Support 1.19.3
- Unlimited number of buttons
- Add entry for ModMenu
- Search for buttons
- Edit mode
- Support for returning to previous screen

Development
- refactor: Remove the dependencies
json_simpleandjson_io
Credit
- @Hendrix-Shen
Full Changelog: 1.1.0...1.2.0
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:swB7IXvI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1E3oheF7:swB7IXvI"
}

