0.3.0
Compatibility
Changes
๐ ArcanaConcept v0.3.0 โ The Dynamic Grimoire
A new connection with the Ethereal Grimoire has been established. Observations indicate that the runes now respond more vividly to the arcanistโs focus. The boundaries between static knowledge and active insight have begun to blur, allowing the practitioner to perceive patterns previously imperceptible.
Structural Refinement: Living Runes. The grimoire itself adapts as it is consulted. Sections that once remained fixed now evolve with the observer, revealing subtle interactions and dynamic relationships between elemental and conceptual forces.
Enhanced Observation: Elemental and Abstract Forces. Earth, Water, Fire, Air, and higher-order energies are now recorded with greater clarity. The flow and tension of each force can be monitored, providing an intuitive sense of their behavior across multiple contexts.
Subtle Mysteries. New sequences and patterns emerge for those who observe with care. The grimoire hints at deeper structures beyond immediate comprehension, a promise that further insight awaits diligent exploration.
Persistent Knowledge. Even when unseen or misunderstood, the runes retain their observations. The grimoire ensures that discoveries remain anchored in your study, preparing the mind for encounters with truths not yet fully revealed.
Master the concepts. Observe closely. The grimoire listens, and the world shifts in response.
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:aXJZqK2T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:aXJZqK2T"
}

