Started by
Timothaty
on
Topic category: Help with modding (Java Edition)
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
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 theItem procedures/Data