Need help with procedure!

Started by Timothaty on

Topic category: Help with modding (Java Edition)

Last seen on 14:38, 13. Oct 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need help with procedure!

I was trying to make procedure that was supposed to play the sound every time the entity of specifical type that wears a chestplate gets damage, but then encountered some problems with tags procedure block: seems like MCreator unable to find the specified ID and because of it the sound plays even when entity doesn't wears a chestplate and it works only on mobs, not on mobs and players at the same time. Is there any way to fix it?



https://imgur.com/2bDY31p

Last seen on 16:01, 12. Oct 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Random item from tag ... or…
Fri, 09/20/2024 - 08:45

Random item from tag ... or AIR if no item is found will pick a random item from that tag, it's not for checking if an item is in that tag.

To check if an item is in a tag you should use this block Is ... tagged in item tags as ... which is the third block in the Item procedures/Data