Started by
OlivierPanda
on
Topic category: Help with Minecraft modding (Java Edition)
i want to add a effect to a entity wait a couple of ticks and then add another effect, how do i do that?
Topic category: Help with Minecraft modding (Java Edition)
i want to add a effect to a entity wait a couple of ticks and then add another effect, how do i do that?
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
Time delay is achieved using timers, tick procedure and storage for tick counter (NBT, variable, ...)
Bro that vids don't really help just take some time, to explain us how please i don't like to seek through 20 video's to find help. I am making a command with a repeat block, but it's so fast, it just executes it immediately. Just add a delay block, like in scratch. It defines [wait ( ) secs] please add that.