Started by
-DJ_Studios-
on
Topic category: Help with Minecraft modding (Java Edition)
a simple question, tons of my mod elements use the wait ticks block but the new update has me getting warnings for it! though im not sure what it means by "tick counting timer" thats the whole question lol.
This means that instead of calling wait, you have variable that increases every ticks and runs action after N ticks expire.
We added this warning because wait block is heavily misused by users
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Thx :D
Can I get an explanation on how to implement this