The problem with sound when an entity is dead or attacked

Started by ImSeyo on

Topic category: Help with Minecraft modding (Java Edition)

Active 12 hours ago
Joined Oct 2020
Points:
890

User statistics:

  • Modifications: 2
  • Forum topics: 42
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 123
The problem with sound when an entity is dead or attacked

I have disabled all sounds for an entity, but when it takes damage or dies it makes entity.generic.death or entity.generic.hurt sounds (I don't know exactly which one)
I also tried to stop all sounds at the death of the entity using stopsound in the procedure, but that didn't work either. Is this a MCreator bug?