Started by
nojustgavin
on
Topic category: Help with Minecraft modding (Java Edition)
Is there any way to make it so that an entity will do contact damage to any entity that touches it?
Topic category: Help with Minecraft modding (Java Edition)
Is there any way to make it so that an entity will do contact damage to any entity that touches it?
See at Combat tasks in AI and goals
For automatic attack: "Attack (nearby only check) entities of type (and the entity)"
Or for other entity attacks: "Do melee/contact attack with speed .." and maybe u need a condition to check the entity that u want to attack and get its position close idk about conditions maybe someone that know more about this than me can help in the replies