[TUTORIAL] how to set ranged mob shoot speed (1.14, 1.15)

Started by min03 on

Topic category: User side tutorials

Last seen on 08:13, 29. Aug 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] how to set ranged mob shoot speed (1.14, 1.15)

1. make ranged mob

2. go to code editor

3. find this code:

     this.goalSelector.addGoal(1, new RangedAttackGoal(this, 1.25, 20, 10));

4. change 20 to 1

5.end

 

Last seen on 20:01, 17. Sep 2022
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you change the ITEM…
Tue, 06/30/2020 - 21:49

can you change the ITEM shoot speed?