Started by
chewdog
on
Topic category: User side tutorials
MCreator - EASY Zombie Siege in 1min - YouTube
ammma = ammma.createMutableAttribute(Attributes.FOLLOW_RANGE, 120.0D);
Add the line above for 1.16. The number is the range.
this.getAttribute(SharedMonsterAttributes.FOLLOW_RANGE).setBaseValue(40.0D);
Add the line above for 1.12.
Found this method in the forums. Changes everything for me. BIG THANKS to ahznb!
Link
thanks man, have been looking for this for weeks
does this still work in the latest version as of june 2022?