Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
All versions
2.1.0+26.1.x
Release
2.1.0+26.1.x2 months ago 39
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
2.1.0+26.1.x
- Switched the config library from Cloth Config to WalksyLib (1.0.11+26.1, pulled from the Modrinth maven)
- All existing config options are unchanged: Max Out Items by Default, Enchantment Tooltip Hover Color, Static Enchantmax Notes, Do Afterfuse in Menu, Anvil Apply Sound, Fancy Menu, Force Combinable Enchantments, Curse Order
- WalksyLib now owns persistence too — config is read/written by the library at
config/enchantify.json(the old Jankson-basedconfig/enchantify.json5andFilesystemhelper were removed). Settings are not auto-migrated from the old file; re-set them once in the new screen if upgrading from 2.0.0 - The config screen is now provided by WalksyLib's own ModMenu integration via a
walksylibentrypoint, so the mod's own ModMenu entrypoint (EnchantifyModMenu) is gone hoverColoris now aWalksyLibColor(supports rainbow/pulse), serialized with the rest of the config
- Replaces dependency
cloth-configwithwalksylibin fabric.mod.json and swaps the shedaniel maven for the Modrinth maven
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:AfsReiJT:YRpARZmd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AfsReiJT:YRpARZmd"
}



