Links
Tags
Creators
Details
All versions
5.16.0+mod
Release
v5.16.0 (Mod)6 hours ago 22
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
NeoEnchant - Minecraft 26.2
NeoEnchant is now compatible with Minecraft 26.2.
Update
- Pack format updated to 107 (26.2).
- All enchantment effects, predicates and item modifiers migrated to the new namespaced data format introduced in 26.2 (
minecraft:flags,minecraft:location,minecraft:entity_type,minecraft:type_specific,minecraft:hit_block,minecraft:post_attack, ...). - Affected enchantments include Venom Protection, Timber, Lava Walker, Step Assist, Breezing Arrow, Echo Shot, Eternal Frost, Explosive Arrow, Storm Arrow, Kinetic Protection, Propulsion, Auto Feed, Voidless, Seiors Oblivion, Fast Swim, Striker, Teluric Wave, Wind Propulsion, Midas Touch, Vein Miner, Last Hope, Poison Aspect, Pull, Tears of Asflors, Auto Smelt, Mining Plus and Gungnir Breath.
Fixes
- Auto Smelt: removed the obsolete block condition that broke the enchantment, along with the now unused
enchantplus:auto_smeltblock tag. - Various stability fixes on predicates (accuracy shot, echo shot, harvest, periodic).
Have fun, and as usual the mod version is available for those who prefer it.
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:kUjU0DqS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BynmO8IO:kUjU0DqS"
}





