Mob with Thorns

Started by NoahM on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mob with Thorns

I've been making a Porcupine, and I want it to have thorns naturally. I've been trying to make it work for a while with no luck. Is there any way to do it?

When mob hurt deal damage to…
Tue, 12/14/2021 - 21:26

When mob hurt deal damage to source entity. Use the vustom damage source soyou can do custom death messages

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You should make a procedure…
Wed, 12/15/2021 - 05:39

You should make a procedure that damages the entity that's touching the mob, then place the procedure in your custom mob's "When player collides with this entity" trigger.