Links
Tags
Creators
Details
All versions
5.10+mod
Release
NeoEnchant+ V5.10.0last year 72.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
NeoEnchant 5.10.0 - Now Available!
New Enchantments
- Midas Touch - Convert blocks to gold ore/blocks with your stick
- Magnet - Auto-collect nearby items (10 block radius) with enchanted chestplate
- New Mount & Pet Enchantments:
- Ethereal Leap (Level 7) - Enhanced jump height for mounts
- Velocity (Level 5) - Speed boost up to 175%
- Steel Fang - Increased dog damage
- Cavalier Egis - Damage reduction while mounted
Balance Changes
Level Reductions
- Fury → Level 3
- Breezing Arrow → Level 2
- Builder Arm → Level 3
- Echo Shot → Level 2
- Critical → Level 4
- Poison Aspect → Level 3
- Tears of Asflors → Level 3
- Eternal Frost → Level 1
Level Increases
- Explosive Arrow → Level 4
- Kinetic Protection → Level 5
- Dwarfed → Level 5
- Leaping → Level 3
Compatibility
- Full support for Minecraft 1.21.5
- Updated Yggdrasil compatibility
Notes
- Some enchantments have special obtaining conditions
- Technical limitations apply to certain features
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:BynmO8IO:wnc8fCzu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BynmO8IO:wnc8fCzu"
}



