Started by
sorcerer23
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make it so a scary sound plays at 20000 time and I can't find any clear tutorials on how to do it and most that were clear are outdated, I would welcome some help.
insert a repeat block, put the play sound block in it, then in the parameter, just put in instead of 0, 20000
i'd recommend using the wait in server-side to make the sound play after it ended and not all at once which i'm pretty sure could lag or be very loud
well I don't want the sound to play 20000 times I want to play it at night (which is in minecraft 20000 time) only for one night tho