0.6.1
Compatibility
Changes
🌌 ArcanaConcept v0.6.1 — “Beyond Classification”
A new connection with the Ethereal Grimoire has been established. The Synod confirms the completion of the reorganization efforts initiated during the previous cycle.
Grimoire Finalization. The new Grimoire structure is now fully in place. Archives have been reorganized to improve the exploration of concepts, runes, and known manifestations. This revision does not alter the knowledge itself, but significantly improves how it can be consulted and studied.
Interface Stabilization. Several adjustments have been made to the Grimoire's internal organization. Navigation between categories is now smoother, and the overall structure benefits from greater consistency.
New Horizons. As the work of classification approaches maturity, another field of research has begun to draw the Synod's attention. Early results have already exceeded initial expectations and suggest the emergence of a discipline capable of expanding the boundaries of what is currently considered possible.
The Synod remains discreet regarding the exact nature of this research.
For now.
“For centuries, we have sought to understand the limits of magic. Today, a more troubling question emerges: what if those limits never existed?”
Master the concepts. Prepare to surpass them.
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:v9yiAKax"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:v9yiAKax"
}

