1.5.0
Compatibility
Changes
π― Custom Enchants v1.5.0 is LIVE!
Big expansion on utility enchantments and grindstone features! Your tools just got smarter, and your armor more helpful. Hereβs everything new:
π§° Utility Enchantments
- π² Timber (Rare) β Chop one log, fell the whole tree.
- π Shatter (Epic) β Break one ore, mine the whole vein.
- π§Ό Cure Touch (Legendary) β Automatically remove negative effects over time when worn.
π§± Grindstone Functionality
- π§½ Fully functional grindstone logic for custom enchants.
- π₯ Removes both vanilla and custom enchantments if enabled.
- π Experience reward system with configurable rarity bonuses.
βοΈ Config Enhancements
grindstone-base-exp,grindstone-exp-per-level,grindstone-max-expgrindstone-removes-on-repair- Individual toggles under
enchantments.<key>.enabled
π οΈ Improvements
- π§ Cleaner enchantment stacking logic
- π¨ Lore display cleaned and synced for all enchant rarities
- π¦ Internal code ready for book merging mechanics
π Coming Soon
- π Enchanted Book Compatibility β Apply and merge custom enchant books just like vanilla ones, with smart anvil support and level merging.
Let your tools think for you β upgrade now and prepare for whatβs next.
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:hnFRr6f2:K8ShUjc4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hnFRr6f2:K8ShUjc4"
}

