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

Post-1.18 versions don't throw item directly along the player's look trajectory #9

Open
OmegaJak opened this issue Jul 30, 2023 · 0 comments
Assignees

Comments

@OmegaJak
Copy link
Owner

Before the 1.18 rewrite, items were thrown exactly along the vector the player was looking. After, they're thrown a little above it.

This is because after the 1.18 rewrite, Power Drop is just multiplying the dropped item's velocity, which means it is the same random(ish) vector that vanilla drops happen along.

Ideally, power drop would adjust the vector to be directly where the player is looking. This would allow more precision.

@OmegaJak OmegaJak self-assigned this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant