From c6d4b957686ca97748ba1145274fea4c0eef1759 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 23 May 2016 19:19:40 +0100 Subject: tweaked pathfinding with 2 modes, 1 to find, 2 to build/break --- api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.txt') diff --git a/api.txt b/api.txt index 5c0a5ae..8946ea8 100644 --- a/api.txt +++ b/api.txt @@ -73,7 +73,7 @@ This functions registers a new mob as a Minetest entity. 'on_die' a function that is called when the mob is killed the parameters are (self, pos) 'floats' 1 to float in water, 0 to sink 'on_rightclick' its same as in minetest.register_entity() - 'pathfinding' when true mobs will use pathfinder feature to locate player (only works with dogfight attack) + 'pathfinding' set to 1 for mobs to use pathfinder feature to locate player, set to 2 so they can build/break also (only works with dogfight attack) 'attack_type' the attack type of a monster 'dogfight' follows player in range and attacks when in reach 'shoot' shoots defined arrows when player is within range -- cgit v1.2.3