0.6.0
Compatibility
Changes
🌌 ArcanaConcept v0.6.0 — “Taxonomy of the Arcane”
A new connection with the Ethereal Grimoire has been established. The Synod reports a major reorganization of conceptual archives.
Grimoire Reforged. The Ethereal Grimoire has undergone a complete structural rewrite. Knowledge is no longer preserved as a continuous mass, but reorganized into categorized branches following a two-level hierarchy designed to improve navigation through increasingly complex conceptual domains.
Arcane Classification System. The Synod has added official documentation concerning the classification of spells across the twenty recognized ranks of magical manifestation. These records attempt to define the relationship between conceptual scale, energetic density, and structural complexity.
Structured Understanding. Lower-order spells are now distinguished from high-order constructs not only by raw power, but by the degree to which they alter the stability of surrounding systems. The distinction between “spell” and “structure” becomes increasingly unclear at higher ranks.
Ongoing Reorganization. The Synod confirms that the Grimoire remains incomplete. Several archives are still being reorganized, rewritten, or stabilized, and portions of the new framework remain under active observation.
“Knowledge does not grow linearly. It branches, divides… and eventually escapes classification.”
Master the concepts. Observe the hierarchy.
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:atptmMDN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:atptmMDN"
}

