1.0.2
Compatibility
Changes
MaceEffect v1.0.2
Client-side cinematic visual effects for Minecraft mace attacks.
What's New
Lightning Ring Effect
Added a new mace impact effect that creates expanding rings of electric sparks with soul fire accents.
Ender Theme
Added a cyan and magenta portal-style theme. It can be selected automatically from ender, warp, or teleport-related enchantments.
Cleaner Settings Menu
The settings screen now uses a simple vanilla-style button layout. The custom dark panel and animated background were removed, so you can see the normal Minecraft world behind the menu.
Effects Included
- Explosion
- Stars
- Snowball
- Lightning Ring
- Random
Themes Included
- Neutral
- Fire
- Curse
- Frost
- Poison
- Wind
- Density
- Breach
- Ender
Fixes And Polish
- Fixed several menu compatibility issues for Minecraft 1.21/Fabric mappings.
- Fixed missing Ender theme particle handling.
- Removed unused internal mixin code.
- Improved build stability.
Compatibility
- Minecraft 1.21
- Fabric Loader 0.19.2+
- Fabric API required
- Client-side only
Translations
- English
- Russian
- German
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:oc1IrJmK:gdXImrAa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oc1IrJmK:gdXImrAa"
}

