Started by
OMGitsMiniMe
on
Topic category: Feature requests and ideas for MCreator
I am making a mod with very small mobs and I would like to be able to change the attack range of them because they can attack each other from very far away (1-2 blocks). and id like them to have to get right up on each other to attack each other. thank you!
open your Entity code
find registerGoals
return (double) (4 + entity.getWidth() * entity.getWidth());
Try reducing the value of 4, it should reduce the attack range
For example my ZombieArm entity is using 0.5
thank you so much. they should really add this to the properties or something. it really shouldn't be that hard to add should it