0.6.2
Compatibility
Changes
🌌 ArcanaConcept v0.6.2 — “Anchored Horizons”
A new connection with the Ethereal Grimoire has been established. The Synod reports the successful deployment of a new category of support construct intended for long-range exploration.
New Spell: Dimensional Refuge. A persistent shelter can now be established beyond the immediate boundaries of the world. Unlike conventional magical constructs, the refuge preserves its state between invocations, retaining both structural modifications and stored resources.
Persistent Continuity. Researchers note that the refuge does not behave like a temporary manifestation. Changes made within it remain stable over time, allowing expeditions to establish reliable forward operating bases far from familiar territory.
Exploration Support. The construct was developed to reduce the logistical burden of extended journeys. Supplies, equipment, and infrastructure may now accompany the arcanist without requiring a permanent settlement in the surrounding environment.
Ongoing Investigation. While the refuge operates according to all current expectations, its exact nature remains a subject of study. Certain observations suggest that the structure's persistence may not be entirely explained by existing dimensional theories.
“A traveler carries provisions. An arcanist carries a destination.”
Master the concepts. Expand the frontier.
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:ZqEPUBXO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:ZqEPUBXO"
}

