All versions
1.2.1
Release
Enigmatic Addons 1.2.12 years ago 25.5K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
[Release 1.2.1] (2025/1/22)
Features:
- 3 new Items (The Arrogance of Chaos, Insignia of Despair, Charm of Scorched Sun);
- Updated the Frost Aspect;
Changes:
- Changed the effect of Dragon Breath Bow;
- Changed the effect of Scroll of Thunder Embrace and The Curse Carver;
- Now some fire-resistant related content will prevent flame rendering in first person.
Fixes:
- Fixed the error of the Luck attribute of Magic Quartz Ring;
- Fixed some small issues.
[Release 1.2.0] (2024/12/30)
Features:
- 4 new Items (Astral Spear, The Curse Carver, Disaster Broadsword, Totem of Malice);
- Updated the Dragon Breath Bow;
- 1 new Enchantment (Frost Shattering);
Changes:
- Replace the textures and particle effect of Astral Breaker with new ones;
- Now Antique Book Bag will take effect in the Ender Chest;
- Added a new usage of the Holy Stone in Hardcore Mode;
- Added more Configurable contents;
- Added some text content in the Acknowledgement.
- Optimized the curse AI for animals;
- Updated the JEI compat.
Fixes:
- Fixed the issue that entity without AI can gain curse boost;
- Fixed some errors in translation files;
- Fixed the issue of Forger's Gem and Emblem of Adventurer sharing the same additional curio slot.
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:wDz50u2H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dxNvj4GU:wDz50u2H"
}

