Tags
Creators
Details
Licensed MPL-2.0
Created 4 years ago
Updated 2 months ago
All versions
21.10.3
Release
[FABRIC] [1.21.10] UniversalEnchants v21.10.39 months ago 9,254
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.10.3-1.21.10] - 2025-11-19
Fixed
- Fix firing a projectile weapon from the main hand with infinity but without any ammo not playing the item animation in survival mode when a usable item (like a shield) is held in the offhand
[v21.10.2-1.21.10] - 2025-11-15
Changed
- All enchantment compatibility changes are now controlled via separate built-in data packs
- Changes to bow, crossbow and mace enchantments remain enabled by default
- Changes to damage and protection enchantments remain disabled by default
[v21.10.1-1.21.10] - 2025-10-23
Changed
- All protection and damage enchantments are once again incompatible by default with each other
- Previously, sharpness was compatible with more specialized damage enchantments like smite, impaling, etc.; the same for protection
- Restoring the old behavior is possible from two built-in data packs now, which can be enabled via
/datapackor when creating a new world
[v21.10.0-1.21.10] - 2025-10-08
Changed
- Update to Minecraft 1.21.10
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:DT56YDir:t65ukt1p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DT56YDir:t65ukt1p"
}

