polina4096 / resquake

Rewrite of a popular mod which brings quake-style movement to minecraft for Fabric mod loader in Kotlin
The Unlicense
24 stars 7 forks source link

Basic speed diff indicator #16

Closed lunakittyyy closed 2 months ago

lunakittyyy commented 2 months ago

Adds another indicator below the speed indicator. Shows the speed difference between this hop and the last hop (as opposed to just the blocks/sec you were at when you hopped), and adds a config option to disable it.

This is my very first contribution to a Minecraft mod, so please point out any issues or anything I should have done differently, so I can learn from my mistakes.

polina4096 commented 2 months ago

Oh, thanks. Haven't expected any contributions at all, I really appreciate your effort.

I'm going to look into it very-very soon, sorry for the delay. Just a bit busy with personal stuff.

polina4096 commented 2 months ago

Sorry for the wait.

I've noticed that if the "delta" indicator is turned off then the secondary diff one is off too. I'm not sure if that's desirable, yet fixing that requires some additional work like support for multiple indicators and whatnot which is a bit out of the scope I'd say. Going to fix all of this very soon.

Thanks for the contribution! ^_^