How to make a mob move in a constant direction at a certain speed

Started by KetchupMaster on

Topic category: Advanced modding

Last seen on 03:14, 31. Jul 2020
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a mob move in a constant direction at a certain speed

I'm trying to make an autominer mod, and to make the miner bots I'm using mobs. How could I program it so it goes in a certain direction at a certain speed? I tried using the "move" block in the onMobTickUpdate loop (so it runs once a tick) but that makes it go too fast and I don't know how to make it go slower.

Last seen on 14:52, 1. Oct 2020
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try using procedure blocks…
Thu, 07/18/2019 - 17:58

Try using procedure blocks to teleport it a very small distance in the direction you want.