Tags
Creators
Details
All versions
3.0.0+1.21.1-fabric
Release
3.0.0+1.21.1-fabric2 weeks ago 1,078
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
3.0.0 - 1.21.1
- Adapt to Spell Engine 1.9.10+ API Changes Spell Expansion
- T2 Baraqijal Esna: Launches a bolt of Baraqijal's light, dealing damage and stacking the target with the Light of Baraqijal Effect.
- Lowering their resistance to arcane magic and damaging them over time.
- T3 Nen Sphere: Charge a magic sphere, unleashing it as a piercing beam. The longer you charge, the further and harder it strikes.
- Dealing damage and overloading you with Arcane Overflow, scaling with your charge.
- T4 Sonic Hand: Unleashes 5 blindingly fast fist strikes, each dealing melee damage. Consumes Arcane Overflow. Balancing & Internal Changes:
- Added uk_ua localization- #8 - thx Ch1sho
- Clean up Code
- Changed the Color of Forcemaster Particles, Spell Textures and Effect Textures to bright blue, representing another type of "Arcane" Magic
- tweaked some Spell Power Coefficient Numbers and for some Spells used the new PowerBlend feature for better hybrid melee/arcane treatment
- Armory & Arsenal Compat Equipment is now added to a separate Item Group
- Fixed Burstcrack not triggering Arcane Overflow
- Forcemaster Spells are now divided in two Groups: Brawl & Might
- Nen Focus & Arcane Overflow now use Spell Engine's GlowingItemStatusEffect Renderer
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:K3yHebFL:kAelM2R4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:K3yHebFL:kAelM2R4"
}

