diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-09-05 18:39:17 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-09-05 18:39:17 +0100 |
commit | 046204cf9a1544892070b1cf8991594f13ce0eaa (patch) | |
tree | c6268e95cf609948c7f5ec78cd823bcddbef8984 /api.txt | |
parent | c15ffef8ae30dd781f2ffbe933704e5e99b1e8c7 (diff) |
Added attack_animals flag for monsters
Diffstat (limited to 'api.txt')
-rw-r--r-- | api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |