Links
Tags
Creators
Details
All versions
7.2.0
Release
IMBlocker-v7.2.0-fabric2 weeks ago 5,591
Uploaded by
Compatibility
Minecraft: Java Edition
26.3-snapshot-6
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
v7.2.0
此版本兼容 26.x 正式版以及最新快照版本
新功能
- 适配 BlazeSDL 模组以及原版最新快照的 SDL 后端(#154)
- 原生兼容 LDLib2 模组
- 增加 SuperMartijn642's Core Lib 的兼容层
- 增加 Linux 英文状态命令配置,若正确设置可将
CONVERSION_STATUS作为英文状态实现方式(参见 #150) - 增加命令前缀正则表达式配置,可以加入“/”以外的命令前缀
修复与改进
- 额外缩放配置项现在开放给所有平台的 GLFW 后端
- 兼容新版本的 Reese's Sodium Options 模组并不再兼容旧版本
- 增加按键翻译补丁解决非 Windows 平台在
DISABLE_IM英文状态实现方式下由于SDL_StopTextInput无法输入字符的问题(#154,#131)
杂项
- Windows 平台的游戏内输入法将始终保留为可选项(需要通过 Cloth Config 打开)
Optional dependencies
Any compatible version
Any compatible version
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:WMDesFsZ:BMDhZRaV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WMDesFsZ:BMDhZRaV"
}

