Started by
Samozoid
on
Topic category: Help with Minecraft modding (Java Edition)
I'm working on a block that when touched launches the player into the air and i need it play only once because it plays multiple times
Topic category: Help with Minecraft modding (Java Edition)
I'm working on a block that when touched launches the player into the air and i need it play only once because it plays multiple times
It doesn't work with a trigger 'on block right click' and "play at XYZ level - pitch - sound ----" ?
its not 'on block right click' its on 'when entity colide with block'
This may be due to the event being called multiple times. You might want to use variables to create a cooldown time for your sound.
i have never tried that, how would i do that?