Movement
Taking care of fitness
Since Taterzens extend the Minecraft's vanilla PathfinderMob
, they can
perform pathfinding.
Movement of Taterzens could be divided in 3 categories:
- free movement (Wandering around, random looking, following the path with rests)
- strict movement (Non-stop following the path / looking at the player)
- follow movement (Following specified targets)
If you don't want the Taterzen to move, you can use
/npc edit movement NONE
(default).
Strict Movement
Looking at player
Makes the Taterzen look at a player in radious of 4 blocks
/npc edit movement FORCED_LOOK
- For following the path strictly with no rests
/npc edit movement FORCED_PATH
Follow Movement
-
Specifying any target
/npc edit movement FOLLOW <target to follow>
-
Specifying specific target
/npc edit movement FOLLOW UUID <uuid of the target to follow>
Free Movement
- If you have a non-escapable area, you can use the following command
as it makes the Taterzen move around freely with no restrictions.
/npc edit movement FREE
- For following the path but enabling long rests and looking around, use
/npc edit movement PATH