Sound Events

Status
Fixed
Issue description

I'm having an issue applying my uploaded .ogg sound for an item I added to my mod. For example, I've added an item called "Scissors" and an event attached to it that triggers when right clicking my scissors on a specific block. I've also recorded a sound I want to trigger when the mentioned event occurs. I don't know how to do this via programming without the java blocks, and there's nothing in the blocks for sound event handing.

Issue comments

Use play sound block in the procedure designer to play the sound and then trigger this procedure on item right click.

Thank you! Did you just add this? or have I been missing it this whole time?