Tags
Creators
Details
0.7.2
Compatibility
Changes
🌌 ArcanaConcept v0.7.2 — “Cartographic Stability”
A new connection with the Ethereal Grimoire has been established.
The Synod reports a major refinement of the structures governing Worldwake.
Enhanced World Representation. The methods used to perceive and reconstruct the surrounding world have been extensively revised. The resulting conceptual map now resolves with greater precision, allowing the spell to reflect its environment with improved fidelity and structural coherence.
Stabilized Foundations. The internal organization supporting Worldwake has been fundamentally reorganized. Long-term manifestations now maintain their integrity more reliably, while the spell requires significantly fewer resources to sustain its representation.
Reconstructed Cartography. Due to these structural revisions, previously recorded conceptual maps can no longer be interpreted correctly. Existing records have become obsolete and must be recreated before they can once again serve as valid references.
Minor Structural Corrections. Several low-level inconsistencies affecting the spell's behavior have also been resolved, further improving its overall reliability.
“A map is not the world. It is an agreement between the world... and the one who observes it.”
Master the concepts. Redraw the world.
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:MaA9VEK7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:MaA9VEK7"
}

