0.4.0
Compatibility
Changes
🌌 ArcanaConcept v0.4.0 — “Invariance”
A new connection with the Ethereal Grimoire has been established. The Synod reports no observable changes.
Everything remains identical. Every rune, every response, every structure behaves exactly as before.
And yet… something no longer aligns.
Perfect Stability. No anomalies have been detected. No systems have been altered. The conceptual framework remains strictly unchanged.
The Synod confirms: the model is intact.
Observed Consistency. Spells resolve as expected. Forces interact according to established principles. No deviation from known patterns has been recorded.
Nothing has changed.
Persistent Structure. The underlying organization remains fixed. Relationships between elements are preserved. All configurations resolve toward the same stable states.
There is no variation.
Minor Note (Unclassified). Some observers report a subtle discrepancy between perception and outcome. These reports have been dismissed due to lack of measurable evidence.
“I repeated the same configuration. The result was identical. But I know it wasn’t the same.”
Master the concepts. Trust the system. Do not question the invariance.
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:aga97vYF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:aga97vYF"
}

