0.3.2
Compatibility
Changes
🌌 ArcanaConcept v0.3.2 — Synchronization and Resonance
A new connection with the Ethereal Grimoire has been established. The records of the Synode des Arcanistes have undergone deep revision, though some annotations appear… incomplete. Alaric himself alludes to this in his writings, without ever dwelling on it. As if certain knowledge must remain peripheral, hidden between the lines rather than openly revealed.
Exegesis Revision. All texts, incantations, and annotations have been rewritten and harmonized. Divergences in interpretation have been reduced, offering a smoother reading — yet a more unsettling one for those who observe closely.
Flux Correction. Several major anomalies affecting the stability of manifestations have been corrected. Interactions between concepts now respond with increased coherence, as though the fabric itself resists less.
Persistent Echoes. Some inconsistencies have not vanished… they have merely changed form. Recurring patterns emerge in advanced observations, suggesting that a deeper structure still influences what is perceived.
“The Synod corrects, adjusts, refines. Yet the more precise their texts become… the more something escapes me. As if the truth lies not in what is written, but in what has been carefully left aside.”
Master the concepts. Observe the deviations.
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:BxH51tL4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:BxH51tL4"
}

