Started by
NoahM
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Topic category: Help with Minecraft modding (Java Edition)
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 source entity. Use the vustom damage source soyou can do custom death messages
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.