0.4.1
Compatibility
Changes
š ArcanaConcept v0.4.1 ā āPerception Adjustmentā
A new connection with the Ethereal Grimoire has been established. No structural changes have been recorded, and yet⦠interactions no longer feel entirely the same.
Refined Composition Interface. The act of assembling runes has not been altered, but the system now responds with greater sensitivity to the arcanistās intent. Certain configurations seem to resonate differently, as if the structure itself acknowledges their potential before manifestation.
Emergent Perception. Under specific conditions, fleeting irregularities may occur. They do not indicate success, nor failureāonly that something has been⦠noticed. These manifestations remain unstable, inconsistent, and impossible to fully predict.
Unresolved Signals. Some configurations trigger a brief, isolated flashāan instant where the system reacts without stabilizing. No form is revealed, no knowledge is granted. Only the certainty that something has been reached⦠without being understood.
āNothing has changed. And yet⦠the system no longer feels indifferent.ā
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:VpsvysFi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:VpsvysFi"
}

