1.0.28
Compatibility
Required content
Changes
Wild Little Wanderers now take occasional idle walks when no dropped food is nearby. Follow-type companions now recover after elytra/distance travel even if they were left outside the active tick range. The catch-up waits until you are no longer actively gliding, so it should not yank the companion into unsafe midair travel. Stay and Guard Claim still remain anchored unless you manually recall them.
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:ZsqBIhQb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pcp4HPmL:ZsqBIhQb"
}

