Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Urns are no longer affected by gravity #5

Open
Estrelaura opened this issue Feb 27, 2022 · 3 comments
Open

[Bug] Urns are no longer affected by gravity #5

Estrelaura opened this issue Feb 27, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Estrelaura
Copy link

1.18.1, Fabric 0.13.3, Fabric API 0.46.4

Probably has something to do with changes in fabric (?)

@Bernardozomer Bernardozomer added the bug Something isn't working label Mar 1, 2022
@Bernardozomer
Copy link
Owner

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?

@Estrelaura
Copy link
Author

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.

@Bernardozomer
Copy link
Owner

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.

@Bernardozomer Bernardozomer self-assigned this Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants