Started by
Danilo4573
on
Topic category: Help with modding (Java Edition)
I am trying to make a skull block that play the meme guitar riff when right clicked but, i can't figure out how to use the procedure blocks to do it.
Edited by Danilo4573 on Wed, 07/24/2024 - 17:28
First, import your custom sound. You need to use an OGG file, with a single mono track. (You can use an app like Audacity if you need to alter it.)
Make your custom block element. Then go to the 'triggers' section. On the 'block right clicked' trigger, you want to make a new procedure. In that procedure, use the 'play sound' function to play the custom sound you imported earlier.
Okay i got the first part but, i don't understood the second one. Could you explain it to me like i am a five year old