
[Bug] Urns are no longer affected by gravity
Estrelaura opened this issue ยท 3 comments
1.18.1, Fabric 0.13.3, Fabric API 0.46.4
Probably has something to do with changes in fabric (?)
Couldn't replicate with a minimal install (1.18.1, Fabric 0.13.3, Fabric API 0.46.4, new MultiMC instance, new world). Do you happen to be using any other mods? Does the bug happen every time?
It was happening every time even in my tests with a minimal install, although i didn't try a new world or instance. I will look further into it.
I found the cause! This bug is caused by this line. Basically, the urn was checking if it was at a y level greater than 0 before falling (for no good reason). In 1.18, though, the world height now goes down to -64. This will be patched in the next version.