Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 days ago
All versions
1.2.7.2-1.21.1
Release
Ace's Spell Utils 1.2.7.2-1.21.12 days ago 1,195
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog:
VFX UPDATE
- Added IKeepInventoryEntity interface (eternal thanks to L_Ender for helping me with this!)
- HUGE Credit to Chocoboy for the following:
- Added Impact Frame Handler class for customizable impact frames
- Added Roar Handler class for roar distortion visuals
- Added Chromatic Aberration Handler for chromatic aberration visuals
- Added Ribbon Handler class for visual ribbon trails
- Added Trail Handler class for visual trails
- Added Trail Particle for visuals as well
- Added custom Shake Manager for screenshakes
- Adjusted the text colors for the ability items
- Added IPhaseEntity and IPhaseMusicEntity and moved previous phase and music logic from the bosses to the two interfaces instead. This should allow non-boss entities to benefit from phases and phase-based music
- Depreciated both boss music managers in preparation for the Boss Music Manager Rework:tm:
- Fixed Evasive attribute not doing anything at all
- Added Active & Passive ability Imbueable and PresetImbue mace items
- Added Passive Ability Unique Spellbook item class
I honestly can't thank enough Chocoboy and L_Ender for helping me here it was genuinely such a godsend, please send them some love!
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:7Jy4rK9m:EAOu0XOs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Jy4rK9m:EAOu0XOs"
}

