[Tutorial] How to Extend how far a mob can see you 1.16

Started by Lethal_AY on

Topic category: Help with modding (Java Edition)

Last seen on 14:20, 12. Dec 2021
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Tutorial] How to Extend how far a mob can see you 1.16

You will need to go into the mob file/class in the mcreator code editor and scroll down untill you find ammma.

When you find it underneath it write ammma = ammma.createMutableAttribute(Attributes.FOLLOW_RANGE, 80);

80 would be 40 blocks

20 would be 10 blocks 

40 would be 20

ext

Image of what it should look like