0.2.4
Compatibility
Changes
🌌 ArcanaConcept v0.2.4 - "The Shadow Uprising"
A new synchronization with the Ethereal Grimoire is complete. The Arcanist Synod has authorized the experimental deployment of a large-scale command structure. Reality no longer merely bends; it begins to populate.
New Spell: Pavane of the Deceased. This major incantation introduces the tactical control interface. For the first time, the catalyst can direct entire squads, managing the existence of their troops through a Progressive Offloading system directly tied to their Mana reserves.
Progressive Offloading: If your magical energy drops, the link fractures. The most unstable (costliest) units will dissipate first in an attempt to stabilize your remaining Mana flow.
Dissonance Warning: While the army's structure and energy flows are stable, the essence of the summoned entities remains primal.
Barbarian Instincts: The units exhibit uncontrollable aggression. Although they recognize their creator and will not attack you, they lack any sense of cohesion and may slaughter each other in a fratricidal chaos.
The Severed Link: The Synod is actively working on a Mind Harmonization protocol to discipline these legions. For now, you command monsters, not soldiers.
Master the concepts. Tame the chaos before it devours you.
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:e4cV5rrI:VywiMNmO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:VywiMNmO"
}

