Started by
A_Creativeuser…
on
Topic category: Help with Minecraft modding (Java Edition)
Sorry If I'm Posting alot, But I am having lots of trouble with modding right now
So I want to make an armor set which allows you to get faster the longer you sprint, while a loop of a running sound plays (just like pizza tower, which it basically is), but I don't know how to change running speeds and loop a different sound for each phase. Do you guys have any tips?
You could make a complex calc with the X & Y velocity, check every 20 ticks if the velocity is the same / higher than before
Sorry, Im not really good at complex calulations, But I could probably make that check every 20 ticks thing!