Started by
wibonsue
on
Topic category: Help with Minecraft modding (Java Edition)
Guys im trying to make if you have "Example" advancement you will have infinite speed 20 effect but it will be active when you are only "running"
So im looking like something similiar to "On Entity Running"
or "Entity Sprints"
look at the picture:
https://imgur.com/a/l1tJ0jy
isnt it like have to be in here because im looking like already 1 hours and couldnt see it
or do i have to do something other than looking there?
Make a procedure that triggers on player update tick. Have it check if the player is sprinting, and if the player has your advancement. If they do, give them a couple seconds of the speed effect.
How can i exactly do that can you post a screenshot
i tried something like this
https://imgur.com/a/jLHWcUb
but when i try to run it just crashing my game what should i do ?