0.3.1
Compatibility
Changes
ArcanaConcept v0.3.1 — The Awakening of Growth
A new resonance has been inscribed within the Ethereal Grimoire. The Arcanist Synod has observed that life does not merely evolve — it waits. Beneath the apparent stillness of the world, something persists, ready to unfold the moment the right impulse is given.
New Spell: Chlorophyll Awakening. A new incantation has surfaced within the Grimoire’s deeper layers. It does not summon life, nor does it fabricate it. Instead, it compels the living to fulfill their own becoming. Growth accelerates, cycles collapse, and the land answers to will rather than time. Yet, under rare alignments, this awakening does not behave as expected…
Grimoire Rewriting. Several fragments of the Ethereal Grimoire have been rewritten and clarified. The path left behind by Alaric becomes more readable, its structure more coherent. But clarity does not mean understanding — only that the illusion of it grows stronger.
Subtle Adjustments. Minor inconsistencies in conceptual manifestations have been refined.
Master the concepts. Do not trust the cycle.
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:kZhJ3KjZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:kZhJ3KjZ"
}

