Tags
Creators
Details
3.2.3-mc1.21.11
Compatibility
Required content
Changes
Custom Enchants 3.2.3 — Minecraft 1.21.11
This release fixes Feedback shield protection.
Fixed
- Feedback now blocks newly applied harmful status effects while the enchanted shield is actively raised.
- Harming / Instant Damage and other supported magical damage are now blocked independently of vanilla shield-facing and shield-bypass rules.
- Harmful effects that were already active before raising the shield are no longer removed, shortened, extended, replaced, or otherwise modified.
- Beneficial and neutral status effects are completely unaffected by Feedback and continue to work normally.
Feedback behavior
While a Feedback shield is raised:
- New harmful effects are blocked.
- Supported magical damage, including Harming / Instant Damage, is blocked.
- Existing harmful effects continue normally without being changed.
- Beneficial and neutral effects continue normally.
Validation
- Final Feedback behavior was manually verified in-game.
- Tested across Minecraft 1.20.1, 1.21.1 and 1.21.11.
- Unit/contract tests, Fabric GameTests, release-JAR verification and dedicated-server smoke tests pass on all supported versions.
No enchantment balance or configuration changes.
Existing worlds and configurations remain compatible with 3.2.2.
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:NJPtH6f5:4z6Rfyw8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NJPtH6f5:4z6Rfyw8"
}



