All versions
1.2.5.2
Release
Enigmatic Addons 1.2.511 months ago 567.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
[Release 1.2.5]
Features:
- New Items (Curse of Violence, Ring of Ultimate Luxury and else);
Changes:
- Adjusted some functions of The Curse Carver , Scroll of Thunder Embrace, Ode to Living Beings and Revival Leaves;
- Adjusted the effect of the Spider Web Ball, it will only apply effect when successfully damaged target;
- Adjusted the interaction priority of Scepter of Extradimension;
- Adjusted the durability function of Totem of Malice;
- Added the config of the Tome of Divination;
- Added more Cursed Mob AI;
- Slightly optimized code performance (no relation to the game performance).
Fixes:
- Fixed the issue that the curse time will not copy when player cloning;
- Fixed the issue that the Scroll of Ignorance Curse didn't reduce the EXP gained;
- Fixed the issue that the Heart of the Earth can't be taint by Ring of Redemption;
- Fixed the issue that the Magic Quartz Scepter will causes crash when the player's luck is negative;
- Fixed the error in the Cursed Mob AI;
- Fixed the error in the Unbreakable forging of the Forger's Gem.
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:dxNvj4GU:aPY6JZQ4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dxNvj4GU:aPY6JZQ4"
}

