From d7201144624bdd57540e8744552dd73b976b1293 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 7 Dec 2016 09:36:58 +0000 Subject: [PATCH] fix api.txt --- api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.txt b/api.txt index 5310ef8..8a6b876 100644 --- a/api.txt +++ b/api.txt @@ -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()