Skip to content

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

Description

@OmegaJak

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions