0.4.2
Compatibility
Changes
🌌 ArcanaConcept v0.4.2 — “Singularity Threshold”
A new connection with the Ethereal Grimoire has been established. The Synod reports the emergence of a structure exceeding previously documented scales.
New Spell: Ragnarök. A high-order conceptual construct has been observed. Rather than producing a direct effect, it establishes a persistent field that converts active conflict into usable energy. Early observations confirm a drastic increase in mana and mental regeneration within the affected zone, though the system appears to depend entirely on sustained activity.
Extreme Stability. Despite its scale, the structure remains coherent. No collapse has been recorded under standard conditions. The Synod notes that the singularity behaves as a self-sustaining system once initialized.
Ongoing Research: Control Circles. Researchers continue to refine the readability of magical control structures. Current visual representations remain incomplete, and do not yet fully reflect the underlying organization of complex spells.
Unresolved Behavior. The interaction between multiple singularities remains unclear. Preliminary models suggest that overlapping structures should not coexist, but no definitive resolution has been implemented.
“We are no longer observing spells. We are observing systems.”
Master the concepts. Observe the escalation.
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:78dl74iz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:78dl74iz"
}

