All versions
1.0.34
Release
Echoes of Aegis: Companions 1.0.34yesterday 10
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Echoes Companions 1.0.34
This update adds persistent offline rest for bonded Little Wanderers.
Changes
- Companions safely leave the active world when their owner logs out.
- Gear, health, XP, personality, storage, roles, beds, and guard posts are preserved.
- Follow-type companions return beside their owner after login.
- Stay companions return to their Little Companion Bed or saved position.
- Guard Claim companions return to their guard post.
- Logging out does not trigger item drops, death, or a revive egg.
- Added cleanup for companion bodies left loaded by older versions or unexpected shutdowns.
- Added
despawn_when_owner_offline, enabled by default. - Wild Little Wanderers and defeated-companion revival remain unchanged.
Fully server-side for Fabric 26.2. Clients do not need to install the mod.
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:Pcp4HPmL:Za5Elh3s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pcp4HPmL:Za5Elh3s"
}

