All versions
7.0.0-beta.2
Beta
IMBlocker-v7.0.0-beta.2-fabric3 months ago 2,474
Compatibility
Minecraft: Java Edition
26.1–26.1.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- 通过临时补丁支持 Axiom 模组输入中文
- 增加 Windows 游戏内输入法实验性功能解决独占全屏的兼容问题,可在 Windows 兼容设置中开启(此功能完全稳定后会向后移植到之前的游戏版本)
Optional dependencies
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:LAdolByT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WMDesFsZ:LAdolByT"
}



