Started by
octopusplop
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
I have been struggling with this for a while and havent found a solution.
I want to make it so as you hold down a keybind (Ex: C) your mana increases by +1
The way I made it I have to keep tapping C for my mana to increase by +1 which isnt how I want it to work
Hi, i think you can use tick procedure with boolean global variable "holding key"
I was able to fix it I basically made a variable that turns true when im charging and false when i release thank you though