joeldesante / RuggedTrails

The paths traveled more often will show wear and tear.
https://www.spigotmc.org/resources/rugged-trails.65192/
2 stars 0 forks source link

Blocks degrade when minute movents occur. Also, a lack of degradation occurs when jumping. #1

Closed joeldesante closed 5 years ago

joeldesante commented 5 years ago

To quote from @CounterCrysis

I noticed that if you jump while walking it makes the chance of changing the block very unlikely. On the contrary, you can also get the block to change just by shaking your head around. Wasn't sure if these were intentional or not.

This issue stems from the PlayerMovement Listener (aka BlockStepListener.java). It is due to the lack of movement tracking.

A fix has already been programmed but is in commented out. It will be implement in the next update and this Issue will be resolved at that time.

joeldesante commented 5 years ago

This issue is now resolved. Update 0.0.2b has been released.