From 046204cf9a1544892070b1cf8991594f13ce0eaa Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 5 Sep 2016 18:39:17 +0100 Subject: Added attack_animals flag for monsters --- api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api.txt') diff --git a/api.txt b/api.txt index f421b98..a53507e 100644 --- a/api.txt +++ b/api.txt @@ -1,5 +1,5 @@ -MOB API (23rd May 2016) +MOB API (5th September 2016) The mob api is a function that can be called on by other mods to add new animals or monsters into minetest. @@ -24,6 +24,7 @@ This functions registers a new mob as a Minetest entity. 'docile_by_day' when true, mob will not attack during daylight hours unless provoked 'attacks_monsters' usually for npc's to attack monsters in area 'group_attack' true to defend same kind of mobs from attack in area + 'attack_animals' true for monster to attack animals as well as player and npc's 'hp_min' minimum health 'hp_max' maximum health (mob health is randomly selected between both) 'physical' same is in minetest.register_entity() -- cgit v1.2.3