Started by
BlackAnd
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mob that can stop at the number 1 and walk at the number 0. I would like the number 0 to return at the second click of the player.
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mob that can stop at the number 1 and walk at the number 0. I would like the number 0 to return at the second click of the player.
Make it so when you right click it checks for value 1 and 0 if value 1 then call procedure what you want it to do, then set it to 0 and if 0 call procedure what you want it to do, then set it to 1