0.6.3
Compatibility
Changes
🌌 ArcanaConcept v0.6.3 — “Stormbound Structures”
A new connection with the Ethereal Grimoire has been established. The Synod reports the continued expansion of the resonance-based control circle framework.
New Spell: Lightning Storm. A new atmospheric construct has been documented. Rather than directing individual strikes, the structure establishes the conditions for a sustained electrical disturbance, allowing lightning to emerge across the affected region according to the storm's own internal logic.
Advanced Control Circle Integration. Lightning Storm is among the latest spells to benefit from the new generation of magical circles. Its control structure now exposes the layered organization of the phenomenon, revealing the relationship between atmospheric instability, discharge pathways, and conceptual guidance.
Dimensional Refuge Updated. The advanced control circle framework has also been extended to Dimensional Refuge. The construct's visual structure now better reflects its role as a persistent dimensional anchor, clarifying the relationship between manifestation, preservation, and recall.
Framework Expansion. The Synod confirms that the transition toward the new control circle architecture continues. Each integration further refines the connection between observation and manifestation, bringing the visible structure closer to the underlying reality it represents.
“We no longer tell reality what to do. We tell it what is allowed.”
Master the concepts. Observe the pattern.
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:Ay93zFxU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:Ay93zFxU"
}

