DrexHD / Vanish

Fabric vanish mod to completely hide from other players using /vanish
MIT License
19 stars 9 forks source link

Add fixes for projectiles #24

Closed MrNavaStar closed 1 year ago

MrNavaStar commented 1 year ago

Projectiles seem to hit the vanished player in most cases, these mixins allow the projectiles to pass through the player.

Let me know If I missed any projectiles (Tridents seem to work already)

MrNavaStar commented 1 year ago

Just realized this should probably be tied to one of the interaction configs, will update tomorrow.

DrexHD commented 1 year ago

Thanks for the PR, I have decided to use a different injection point that should cover more / all cases and is a bit simpler.

MrNavaStar commented 1 year ago

Oh that's a much better injection point lol, glad you found that!