Started by
Dean Sammy
on
Topic category: Help with Minecraft modding (Java Edition)
I have problems with the sound. I want to create an item that makes a sound when I pick up the item, but the sound should only come once
Topic category: Help with Minecraft modding (Java Edition)
I have problems with the sound. I want to create an item that makes a sound when I pick up the item, but the sound should only come once
There should be a global trigger for 'entity picks up item.' If you make a procedure using this trigger, check that the provided itemstack is your custom item, and then play a sound if it is, it should only play once.
it does not work
It should look like this, replacing the item with your desired item, and the sound with your desired sound. I have tested this and can confirm it works.