All versions
1.0.1
Release
fresh block animations 1.0.12 months ago 362
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Changes
Fresh Blocks Animation 1.0.1
This update focuses on bug fixes, stability, and safer handling of special block types.

Fixed
- Fixed liquids being treated as solid blocks on the client
- Fixed water physics issues caused by placement animations
- Liquids are now ignored by the animation system to prevent gameplay issues
- Fixed water drop / MLG water placement issues
- Fixed transparent and non-full blocks sometimes rendering incorrectly
- Fixed thin blocks being replaced with collision blocks
- Fixed plants, rails, buttons, pressure plates, torches, ladders, signs, and similar blocks receiving incorrect collision during animation
- Fixed redstone dust, repeaters, comparators, and other thin redstone components using incorrect collision behavior
- Fixed coral fans and plant-like corals being handled like full blocks
- Fixed fences sometimes losing their animation when connecting to nearby fences
- Fixed some secondary block states not updating correctly during animation
- Fixed several cases where placement animations overlapped with the original block texture
- Fixed animation behavior for special block types that do not occupy a full block
- Reduced visual glitches when placing connected blocks
- Improved stability when placing blocks quickly
- Improved compatibility with vanilla building behavior
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:Arva0REJ:6XLyuOLI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Arva0REJ:6XLyuOLI"
}

