Started by
Slashgame
on
Topic category: Help with Minecraft modding (Java Edition)
hello I would like a block that allows to put a delay between each block as 10s
the pls help me
Edited by Slashgame on Mon, 11/11/2019 - 14:08
Topic category: Help with Minecraft modding (Java Edition)
hello I would like a block that allows to put a delay between each block as 10s
the pls help me
You can create a delay by playing the sound On Block Update Tick and using an NBT tag as a counter:
On Block Update Tick:
Now simply set logic NBT tag "PlaySound" to TRUE whenever you want to sound to play with a delay:
Now sound "za1" will play instantly whenever the 2nd procedure is called and the "the world le f" will play at a (200) ticks delay.
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
StellaeLux can you show me a version by block please ?