Tags
Creators
Details
0.8.1
Compatibility
Changes
🌌 ArcanaConcept v0.8.1 — “Adaptive Perception”
A new connection with the Ethereal Grimoire has been established.
The Grimoire has revised the way it presents itself to the observer.
Mind Settings Reconstructed. The configuration of mental perception has been entirely reorganized. Its structure is now clearer, more responsive, and better adapted to the observer's needs.
Adaptive Grimoire. The perceived scale of the Grimoire can now be adjusted directly. Its dimensions no longer impose a fixed perspective upon the observer.
Responsive Structure. The Grimoire and its associated settings now adapt dynamically to the available space. Their organization changes with the observer's frame of perception, preserving readability without altering their contents.
“A page has no size. Only the observer does.”
Master the concepts. The Grimoire will adapt.
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:oFSt7ffW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:oFSt7ffW"
}

