Links
Tags
Creators
Details
All versions
6.0.0
Release
IMBlocker-v6.0.0-neoforge10 months ago 2,153
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
NeoForge
Supported environments
Client-side
Changes
Update to 1.21.9+
尚未更新至 1.21.9 的已兼容模组列表:
- REI(预估短期内更新)
- EMI
- Replay Mod(预估短期内更新)
- FTB Library
- Meteor Client(预估短期内更新)
- BlockUI
- SuperMartijn642's Core Lib(预估短期内更新)
- Notes(预估短期内更新)
下一主要版本将在大部分预估短期内更新的模组完成更新后发布,期间会不断兼容已经更新的模组,若有需要可以前往 Github Action 下载最新构建
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:pzWU66mJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WMDesFsZ:pzWU66mJ"
}

