0.6.4
Compatibility
Changes
🌌 ArcanaConcept v0.6.4 — “Atmospheric Equilibrium”
A new connection with the Ethereal Grimoire has been established. The Synod reports the successful stabilization of a new class of atmospheric structures.
New Spell: Weather Control. A new meteorological construct has entered the Grimoire. Rather than creating storms or dispersing clouds directly, the spell alters the probabilities governing atmospheric evolution, allowing the sky to converge toward a desired state.
Climatic Reorientation. Rain may be prolonged or interrupted. Clear skies may be restored, or overcast conditions encouraged. Observations indicate that the phenomenon operates by redirecting existing processes rather than replacing them.
Predictable Instability. Unlike more violent atmospheric manifestations, the structure remains remarkably stable once established. The resulting conditions persist naturally until environmental equilibrium gradually reasserts itself.
Expanded Atmospheric Research. The Synod notes that weather itself appears unusually receptive to conceptual manipulation. Further investigation may reveal whether larger climatic structures can be influenced using similar principles.
“The sky was never immutable. It was merely waiting for someone to negotiate with it.”
Master the concepts. Observe the horizon.
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:PZnvYbOF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:PZnvYbOF"
}

