Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 days ago
All versions
v0.5.9-26.2
Release
WeGui v0.5.9-26.22 days ago 75
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v0.5.9 - 2026-08-30
[Fix - 日志体积膨胀]
- 修复日志文件体积异常增长(开服几十分钟即膨胀至 16MB 级别): HUD 模式栏每帧调用「手持魔杖检测」,玩家未手持木斧时每次都会写一条 WARN 检测日志, 按每秒 60 帧计算每分钟产生约 3600 条无用日志
- 上述检测日志与左键/右键交互回调的调试日志默认不再输出
[Feature]
- 新增配置「调试日志」(默认关闭,设置 → 通用分类): 排查问题时可手动开启,恢复输出手持魔杖检测与交互回调的详细日志; 该检测每帧执行,开启后会导致内存(日志)迅速膨胀
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:p9b3VmKU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M28QtA4l:p9b3VmKU"
}




