Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 weeks ago
All versions
v0.5.10-1.21.11
Release
WeGui v0.5.10-1.21.112 weeks ago 101
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
v0.5.10 - 2026-09-07
[Fix - 按键绑定冲突]
- 修复无法将使用原版按键绑定系统的条目修改为 R/G 键: 模组按键处理在按键匹配 OPEN_GUI(默认G)/OPEN_RADIAL(默认R) 后无条件消费按键事件, 导致原版按键设置界面收不到按键,无法完成绑定
- 同一问题也会导致聊天栏无法输入字母 g/r,一并修复
- 屏幕打开时不再拦截按键事件,仅保留轮盘菜单打开时按键切换关闭的行为
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:M28QtA4l:P3s8C9oK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M28QtA4l:P3s8C9oK"
}

