Started by
chewdog
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to make the return = true use the wait block in the flow control or some other way to add a timer on the button condition. I thought about storing data with local var but I dont think you can ID the button through a procedure block.
Example = player use GUI button and button does not work for next 15 mins.
Thanks
Chew
I figured this out by adding random block procedure and the "and" block" with var + wait. Now I have a working thirst system on 1.16 complete with 3d canteen but its not as flexible as I wanted. I am looking at the code to figure out how to make it tick like hunger does when you move for example.
Hey i'm trying to make something similar but i can't make it work. Can i take a look at the procedure?