diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-07 09:36:58 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-07 09:36:58 +0000 |
commit | d7201144624bdd57540e8744552dd73b976b1293 (patch) | |
tree | 814bbd0ac1f397aa58acab1a1d791f1c69b80541 /api.txt | |
parent | 29b0f9d3514b8d027e10487afefd90c8b8351765 (diff) |
fix api.txt
Diffstat (limited to 'api.txt')
-rw-r--r-- | api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ This functions registers a new mob as a Minetest entity. '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 - 'attack_specific' has a table of entity names that monsters can attack {"player", "mobs_animal:chicken"} + 'specific_attack' has a table of entity names that monsters can attack {"player", "mobs_animal:chicken"} 'hp_min' minimum health 'hp_max' maximum health (mob health is randomly selected between both) 'physical' same is in minetest.register_entity() |