Tags
Creators
Details
1.0.0+1.18.2
Compatibility
Changes
What's Changed
- Added Russian translation by @CoringPlay in https://github.com/frqnny/dark-enchanting/pull/54
- Added toasts. by @Ayutac in https://github.com/frqnny/dark-enchanting/pull/55
New Contributors
- @CoringPlay made their first contribution in https://github.com/frqnny/dark-enchanting/pull/54
- @Ayutac made their first contribution in https://github.com/frqnny/dark-enchanting/pull/55
Full Changelog: https://github.com/frqnny/dark-enchanting/compare/0.7.0+1.18.2...1.0.0+1.18.2
Notes:
CONFIG WAS CHANGED, and OLD CONFIGS MAY BREAK. To not allow this, we changed the name of the CONFIG file to dark-enchanting-v1.json5 so that no issues occur. If you changed the values, sorry, you will have to change them again.
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:6M87Z355:LWAGIiVU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6M87Z355:LWAGIiVU"
}![Dark Enchanting [NeoForge/Fabric]](https://cdn.modrinth.com/data/6M87Z355/dbc8253689ec9cf39f187af887bf7f0cbb323dd2_96.webp)

