Tags
Creators
Details
0.1.0
Compatibility
Changes
First release π
The debut of Wanderers Across Worlds β companions from across fiction, brought to life in Minecraft.
What's inside:
- π£οΈ Converse system β branching, authored conversations that grow your Affinity
- π€ A living party β companions banter, remember, form relationships, and elect a Peacemaker
- π Moods that matter β a Sims-like moodlet system that shapes combat and bonding
- βοΈ Combat & skill trees β per-character progression, skills and ultimates, combat by role
- π Homes & beds β found bases and send companions to live there
- π§ Living memories β they remember your adventures and bring them up later
- π₯ In-game Hub β download, enable and live-update companions with no restart
- β¨ GeckoLib models with spring physics, head tracking and speech bubbles
Roster: Rem Β· Ram Β· Emilia Β· Puck (Re:Zero) Β· Sangonomiya Kokomi Β· Furina (Genshin Impact)
Requires NeoForge 1.21.1 (Java 21). No extra dependencies β GeckoLib is built in.
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:kIBaCSeZ:tPnOShRI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kIBaCSeZ:tPnOShRI"
}

