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

Started by Lethal_AY on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Oct 2020
Points:
620

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
[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