Tags
Creators
Details
0.7.0
Compatibility
Changes
🌌 ArcanaConcept v0.7.0 — “Layers of Interpretation”
A new connection with the Ethereal Grimoire has been established.
The Grimoire appears to have reorganized itself.
Revised Reading Layers. The method by which knowledge is revealed has changed. Information no longer emerges as a continuous flow, but through successive layers of interpretation. Some concepts remain immediately accessible, while others require deeper understanding before they can be perceived at all.
Expanded Archives. New fragments of knowledge have surfaced within the Grimoire. Additional observations, theoretical notes, and conceptual records have become available to those capable of navigating its structure.
Progressive Understanding. The Grimoire no longer presents all truths equally. Certain ideas appear distant, obscured behind layers of context and prerequisite understanding, while others reveal themselves naturally as the arcanist advances.
An Evolving Structure. The reorganization appears incomplete. Entire sections remain unstable, and some branches of knowledge terminate abruptly, as if awaiting information that has not yet been written.
“Knowledge is not hidden behind locked doors. It is hidden behind doors you do not yet know exist.”
Master the concepts. Explore the layers.
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:KUNObn2Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:KUNObn2Y"
}

