How can I make my mob with ranged ai to shot slower and to not shoot with big range?

Started by MMG on

Topic category: Help with modding (Java Edition)

Last seen on 16:52, 9. Apr 2024
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make my mob with ranged ai to shot slower and to not shoot with big range?

I think name of this topic explains my question enough. How can I make my mob with ranged ai to shot slower and to not shoot with big range?

With MCreator, this is not…
Tue, 08/06/2019 - 09:46

With MCreator, this is not possible yet, but there might be someone who knows how to implement this in the code.

Last seen on 16:52, 9. Apr 2024
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks
Tue, 08/06/2019 - 11:19

Thanks

Last seen on 17:42, 22. Apr 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Either you use…
Sat, 08/10/2019 - 18:54

Either you use EntityAIAttackRangedBow instead of EntityAIAttackRanged (Only works if your mob has a bow in his mainhand) or you create a new EntityAI class.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Lakas Can you explain how?(I…
Sat, 08/17/2019 - 07:56

Lakas Can you explain how?(I suck at java )