diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-09-05 16:32:46 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-09-05 16:32:46 +0100 |
commit | 80cf1ddb1c8751f769ce6b2f309acacf499380c7 (patch) | |
tree | b92c50ac7a92ccd9334eac644e5d11ee3d22fdfe /api.txt | |
parent | d28c4100950df54fe0d57d573e1f3ba0b5d4a0d1 (diff) |
added nametag setting to mob registry
Diffstat (limited to 'api.txt')
-rw-r--r-- | api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ This functions registers a new mob as a Minetest entity. '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) + 'nametag' string containing name of mob to display above entity 'physical' same is in minetest.register_entity() 'collisionbox' same is in minetest.register_entity() 'visual' same is in minetest.register_entity() |