Links
Tags
Creators
Details
All versions
5.12.0+mod
Release
NeoEnchant V5.12.0last year 808
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.7
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
What's New in 1.21.6:
- Happy Boost (NEW): A new enchantment for Ghast Saddles that drastically increases their movement speed in the air when you're riding them. Available through villager trades.
- Curse of Clumsiness (NEW): Community-requested enchantment that reduces damage of items or weapons (Sword/Axe) by 3 + 1 per level. Perfect for theorycrafting!
- Step Assists: No longer works while sneaking (highly requested change)
- Gungnir & Eternal Frost: Technical redesign with independent animations for dramatically improved performance
- Auto-Smelt: No longer grants experience when breaking blocks (intentional balance change)
- Explosive Arrow & Rebound: Now incompatible with each other for logical reasons (QoL improvement)
Plus the usual bug fixes, minor tweaks, and two new advancements for the new enchantments.
Optional dependencies
Any compatible version
Any compatible version
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:EViaA9VS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BynmO8IO:EViaA9VS"
}

