2.5.0
Compatibility
Required content
Changes
Echo Piston Beta – 8
Bonded builds should no longer grab connected walls or floors accidentally.
Piston poles are now non-colliding “ghost” parts.
Improved player and mob movement using the Rider Anchor. seams to not work i am trying to fix that
Chests and other storage blocks can move while preserving their contents.?
Improved block rotation during vertical turns.
Added the Echo Pump Tool for moving water and lava. seams to not work i am trying to fix that
Water and lava should no longer block the piston or disappear around its arm. seams to not work i am trying to fix that
Piston movement is faster and smoother.
Fixed text overlapping the buttons in the piston menu.
No vanilla Minecraft textures are replaced.
Please test with a backup world. True sub-block animation, upside-down camera rotation,
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:KdbYKB7P:ANiCQV1O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KdbYKB7P:ANiCQV1O"
}

