mojira.dev
MC-85369

Rabbits in water particle bug

Rabbits typically create particles when running, similar to sprinting players. This is glitchy in water because they use the same particles, but with a water texture, so there are animated little squares of water coming out of my rabbits in a water puddle 😛. The particles also use normal gravity, so tiny bits of water are sinking through the water. This is a simple fix, just check if the rabbit is inside a material(water) and then only create particles if it is not in water.

I hope I helped 🙂

Attachments

Comments 6

Intended because water is considered as blocks even if you can go inside it

Umm this doesn't look intended. Water doesn't break into smaller pieces as it sinks into other water.

Water doesn't break into smaller pieces as it sinks into other water.

In Minecraft physics, yes.

If it is, it seems a little lazy :/ Especially since its a super simple fix.

Making exceptions ("Show particles of block below, except water") will mess up the code.
It's better to have the default behavior with some lovely Minecraft quirks.

Not exactly. All I'm asking for is a simple check of water material; I know this is a 5 second fix because I am an experienced modder myself.

Alexthe666 .

(Unassigned)

Unconfirmed

Minecraft 1.8.8, Minecraft 15w32b, Minecraft 15w33b, Minecraft 15w33c

Retrieved