Tags
Creators
Details
0.7.3
Compatibility
Changes
🌌 ArcanaConcept v0.7.3 — “Unrecorded Voices”
A new connection with the Ethereal Grimoire has been established.
The Grimoire has recovered information that was previously inaccessible.
Debates of the Synod. Fragments of conversations between Synod members have surfaced within the Grimoire. These exchanges were never part of the official archives and appear to originate from private discussions, informal debates, and conversations held outside the scope of formal research.
Beyond the Official Record. The recovered fragments reveal perspectives rarely present in academic reports. Researchers debate the value of different magical structures, question established classifications, defend their work, and discuss the practical uses of magic beyond its most impressive manifestations.
Incomplete Recovery. The conversations remain partial. Their dates, locations, and participants are not always identifiable. Every recovered exchange ends abruptly, with the remainder of the conversation remaining inaccessible.
“The official record contains what was concluded. It does not contain everything that was said.”
Master the concepts. Listen to the voices.
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:E90rQVLi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:E90rQVLi"
}

