Just a solid drop in inventory tick once

Started by Dean Sammy on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just a solid drop in inventory tick once

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

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There should be a global…
Tue, 11/07/2023 - 05:16

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.

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it does not work  
Tue, 11/07/2023 - 19:29

it does not work

 

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It should look like this,…
Wed, 11/08/2023 - 00:26

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.