Effective

Effective

5M Downloads

Splashes are centered on blocks

SPINZ1 opened this issue ยท 3 comments

commented

When the mod was on fabric, splashes appeared exactly where entities landed:

before.mp4

Now, on quilt, the splashes are locked to the block grid:

after.mp4
commented

Note to devs: It seems like the problem is not with the water splash function itself, but rather the input values.

commented

Update: I got a feeling that it has to do with quilts entity.getX() and entity.getY() outputs. They are supposed to be doubles, but it's the only reasonable cause to me at the moment.

commented

Fixed in latest