Links
Tags
Creators
Details
26.2-4.1.3
Compatibility
Changes
-
新增可自由创建、排序和隐藏的快捷消息分组;未配置时不会显示悬浮菜单。
-
每条消息可设置备注;以
/开头的内容会作为客户端指令发送,其余内容作为聊天消息发送。 -
支持消息模板变量:玩家名称、当前坐标、精确坐标、维度,以及主世界/下界坐标换算。
-
快捷消息悬浮菜单采用与快捷配置面板一致的视觉样式,并针对窄窗口和长列表优化滚动与交互。
-
优化完整配置页的筛选、排序和分组切换逻辑,减少大配置列表的重复查询。
-
重构配置页面的共享布局与命中测试代码,改善代码复用和维护性。
-
优化悬浮分组面板的渲染模型缓存,减少每帧临时对象分配和 GC 压力。
-
优化替换挖掘动画的无目标渲染路径及几何计算,降低不必要的缓冲区和临时对象创建。
-
保留替换挖掘动画开关,并完善多人挖掘进度显示的稳定性。
-
清理无调用的扫描代码和无必要测试,补充关键存储、模板及交互逻辑测试。
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:4Qx0KEY6:vZ96nMLR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Qx0KEY6:vZ96nMLR"
}

