All versions
1.1
Release
Chald Recipe Blocker 1.12 weeks ago 3
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Changelog
Added
- Multi-version support — now built and published separately for MC 1.21, 1.21.1–1.21.11 (previously 1.21.1 only)
- In-game GUI editor (/crb gui) — edit the blocked-items list live through a chest-style menu, no config editing or restart required
- Cross-version compatibility layer to handle internal API differences between MC versions (item ID handling, permission checks, reload listeners, recipe manager internals)
- Message language selection via config: locale = "en" in chaldrecipeblocker-server.toml (comment lists available options: #all locale en,ru). Controls the language of server console/log messages and the in-game save notification. The GUI itself (title, pagination buttons) still auto-translates per each client's own locale, unaffected by this setting.
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:jpXTPFb6:gCcZy9iV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jpXTPFb6:gCcZy9iV"
}

