Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 3 weeks ago
All versions
1.0.2
Release
More Vanilla Enchantments Levels (MVEL) 1.0.23 weeks ago 70
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
More Vanilla Enchantments Levels - Changelog v1.0.2 (Fabric)
Version 1.0.2 (Fabric Port)
Date: 2026-07-21 Minecraft: 1.20.1 Loader: Fabric
Changes:
- Full native port to Fabric 1.20.1, built with Fabric Loom and official Mojang mappings, with complete feature parity with the Forge release.
- Enchanted books for every extended enchantment level are now generated through Fabric API's item group events (Ingredients tab).
- Enchanting table rebalance: enchantment levels beyond vanilla's original cap now have their own cost curve, so higher levels can occasionally be rolled at the enchanting table instead of requiring anvil combining exclusively. Rarity scales up sharply with each additional level. Fixes:
- N/A (new platform release; no prior Fabric version existed). Notes:
- Standard enchantment levels (within vanilla's original range) are unaffected by the enchanting table rebalance; only the newly added levels use the new cost curve.
- Feature and level values match the Forge v1.0.2 release exactly (see MVEL_CHANGELOG_V1.0.2.md for the underlying balance values).
Developed by Tontoque28
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:Ey6eVtnT:yX6jkBBz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ey6eVtnT:yX6jkBBz"
}

