Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 15 hours ago
All versions
1.3.0+26.3
Release
Charon's Echo 1.3.0+26.315 hours ago 6
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
1.3.0 — the Keeper takes his post
- Minecraft 26.3. The mod now targets 26.3 (Fabric); a 26.2 build ships alongside it for servers not ready to move. Under the hood 26.3 renamed a wide band of APIs (signs, the chunk-generation pipeline, inventory prediction, recipe storage) — behavior is unchanged.
- Charon's Vault. A gamemaster posts the Vault Keeper (an evoker who
audits rather than casts) by placing a gilded blackstone plinth in the
graveyard, crouching, and touching it with a Charon's Obol. With a Keeper
posted, the stone offers a fourth way back: pay in kind — Charon takes
the most valuable item from your grave and hangs it on the trophy wall
behind the Keeper; everything else returns to you. Owners ransom their
goods back from the Keeper (
vault-ransom-obols, default 2, orvault-ransom-levels, default 30); unclaimed goods are forfeited aftervault-expiry-days(default 30). The wall shows the newestvault-display-limititems (default 12); the frames are fixed and cannot be robbed. Breaking the plinth dismisses the Keeper — the ledger keeps its goods for when he is re-posted. - The level-0 toll hole is closed (where a Vault stands): a player who dies with no XP no longer rides the toll for free — Charon eyes their goods instead. Without a Vault, behavior is unchanged.
- New config:
war(default 1). Set to 0 for a peaceful graveyard: no armies muster, nothing fights, and the stone offers only the fare and the toll — the oath is withdrawn. The keepers stay on as quiet groundskeepers. Anyone under arms when the war goes quiet is stood down, and their service clock holds its place should the war return.
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:vTzPC5B9:kNinSiwC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vTzPC5B9:kNinSiwC"
}

