0.2.3
Compatibility
Changes
🌌 ArcanaConcept v0.2.3 - The Laws of Consistency
A new synchronization with the Ethereal Grimoire is complete. The Arcanist Synod has observed that different planes of existence require different degrees of conceptual anchoring. As the boundaries of your power expand, the world itself adapts to maintain its integrity.
Structural Refinement: Sillage of Worlds. The temporal distortions previously reported have been suppressed. The ritual's resonance has been optimized to ensure the fabric of reality remains stable, even during the most profound shifts in perception.
New Spell: The Step of Evanescence. A new incantation has been unearthed. It allows the practitioner to transcend the illusion of distance, inhabiting a nearby location in a mere instant by curving the world's loom.
The Configuration Membrane: A new layer of universal laws has been manifested (arcana-common.toml). World architects can now calibrate the manifestation of specific powers to ensure global balance and conceptual stability within their realms.
Grimoire Persistence: Even when local laws suppress a manifestation, its knowledge remains etched in your Grimoire. The truth is yours, even if the world refuses to bend.
Master the concepts. Fear the reach of your own power.
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:8J4vhbsG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:8J4vhbsG"
}

