Tags
Creators
Details
0.8.3
Compatibility
Changes
🌌 ArcanaConcept v0.8.3 — “Unified Resonance”
A new connection with the Ethereal Grimoire has been established.
The Synod reports a further refinement of magical control structures.
Unified Control Circles. The latest generation of Control Circles has now been extended to all spells that employ this form of magical representation. Their manifestation has been refined, allowing the circles to emerge and dissipate with greater fluidity and continuity.
Complete Transition. The remaining spells still relying on the previous generation — The Chlorophyll Awakening and Ragnarök — have now been migrated to the new system. The former method has been fully retired.
Ongoing Development. The new Control Circles remain an evolving field of study. Their current forms should be regarded as preliminary structures, with further refinements already anticipated.
“A structure becomes clearer each time we learn how to observe it.”
Master the concepts. Refine the resonance.
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:kM4LutWF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:kM4LutWF"
}

