0.4.3
Compatibility
Changes
🌌 ArcanaConcept v0.4.3 — “Distributed Flow”
A new connection with the Ethereal Grimoire has been established. The Synod reports the emergence of a localized redistribution pattern within living systems.
New Spell: Wave of Vitality. A low-order supportive construct has been identified. It emits a controlled pulse that restores nearby entities, distributing vitality across all valid targets within a limited radius. Observed behavior indicates that the energetic cost scales precisely with the total restoration performed, suggesting a direct equivalence between recovered structure and expended mana.
Measured Propagation. Unlike higher-order constructs, the effect remains tightly bounded. The field does not expand beyond its initial perimeter, and each entity is affected independently, without amplification or chaining.
Energetic Equivalence. No surplus has been observed. The system compensates exactly for what is restored—no more, no less. This reinforces the hypothesis that healing is not creation, but redistribution.
“Nothing is given back. It is simply moved… and accounted for.”
Master the concepts. Observe the balance.
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:4EwqDoAi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e4cV5rrI:4EwqDoAi"
}

