TreyRuffy / BetterF3

A Fabric, Forge, and NeoForge for Minecraft that provides a highly customizable, more human-readable Debug HUD.
https://modrinth.com/mod/betterf3
MIT License
27 stars 10 forks source link

add player velocity to coords module #36

Closed Zazcallabah closed 10 months ago

Zazcallabah commented 1 year ago

Hi, I added player velocity to the coords module, both as vector components and absolute value.

I did it mostly because i wanted it for myself, but if it is something you want for the full mod, here is a pull request.

If you dont think it fits, just ignore this. :)

TreyRuffy commented 12 months ago

I just added the translations to Crowdin. Once I get some more translations in, I can merge this.

Zazcallabah commented 11 months ago

after testing for a few weeks, I changed it to display meters/s instead of meters/tick, made for more intuitive numbers. I also changed it to read from root vehicle instead of camera entity, which made the reported minecart speed make more sense.

TreyRuffy commented 10 months ago

Nice job! Thank you for the PR! I will be adding it to 1.20.2 and 1.20.4 soon. I may backport it if I have enough time!