0.5.0
Compatibility
Changes
🌌 ArcanaConcept v0.5.0 — “Structural Rewriting”
A new connection with the Ethereal Grimoire has been established. The Synod reports a significant shift in the organization of control structures.
Advanced Control Circles. A new generation of magical circles has emerged. These structures no longer act as static representations, but as responsive systems that reflect the underlying logic of spell composition. Their design allows for more precise interpretation of intent, and introduces a foundation upon which future constructs will rely.
Progressive Integration. At this stage, only a limited number of spells benefit from this new structure. However, all observations indicate that this model is intended to replace previous configurations entirely.
Structural Consistency. The transition toward this new framework improves the coherence between perception and execution. Interactions feel more aligned, as if the system itself resolves with greater clarity.
Silent Correction. An underlying inconsistency affecting structural stability has been resolved. No observable side effects remain, though the overall behavior now appears more reliable.
“The circle is no longer drawn. It resolves.”
Master the concepts. Observe the structure.
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:kK3eWZER"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:kK3eWZER"
}

