Tags
Creators
Details
0.1.3
Compatibility
Changes
0.1.3 - Companions who can follow you anywhere
Until now, "following you" meant walking behind you on flat ground and teleporting when it didn't work. This release is about closing that gap.
New
- Summon Bell — calls your companions from any distance in the same dimension. They arrive on foot, and it tells you which way to look.
- They dive in after you when you jump into water below.
- They climb waterfalls to get out of a pool.
- They parkour upward across gaps onto higher ledges.
- Party keybinds — regroup, a Wait/Rest/Follow cycle, dismiss all. Unbound by default.
Fixed
- Two ways to permanently lose your party in boats.
- Companions thrown overboard mid-voyage.
- "Dismiss everyone" could fire from one held keypress.
- Your party was dragged into the dream, and could be stranded there.
- Dying in the Nether left your party behind.
- The Resurrection Totem could never be redeemed after /time set.
- Sleeping now counts toward a fallen companion's return.
- Companions attacked wolves that were only hunting sheep.
- …and couldn't defend themselves from a tamed wolf.
- Companions stopped reminiscing entirely.
- They no longer step off ledges, or teleport the moment you run.
Balance
The Teardrop siege is a fight you can take part in now — monsters fight back when struck, and some come for you instead of the crystal.
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:3cY51PZW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kIBaCSeZ:3cY51PZW"
}

