Started by
Indoctrine
on
Topic category: Help with Minecraft modding (Java Edition)
I have procedure that working, but when I am attaching it to trigger Update Tick - it's not ticking :(
Procedure is:
Topic category: Help with Minecraft modding (Java Edition)
I have procedure that working, but when I am attaching it to trigger Update Tick - it's not ticking :(
Procedure is:
I suggest printing to the console just to see if the procedure is being called. Afterwards, remove the print and if it is called, you need to check what part of the procedure could be causing this