All versions
4.0.0+1.21.1
Release
Grind Enchantments 4.0.0+1.21.12 years ago 1.19M
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
- The mod's configuration file was split into server- and client-specific parts.
- Previously, the configuration file was at
.minecraft/config/grindenchantments.json. The new files are.minecraft/config/grindenchantments/server.jsonand.minecraft/grindenchantments/client.json. - When starting the game with the new version for the first time, your old config file will automatically be converted to the new format.
- Previously, the configuration file was at
- When joining a server, the server-side configuration (like level costs, filters, etc.) is now automatically synced to the client.
- This means that the client can now always accurately display the level cost on servers.
- This also fixes an issue where the config was only loaded on the client when loading a singleplayer world – if you didn't, the mod used the default config instead (#70).
Please open an issue on GitHub if you encounter any problems with this!
Optional dependencies
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:WC4UgDcZ:fQ1HXxD4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WC4UgDcZ:fQ1HXxD4"
}

