From 80cf1ddb1c8751f769ce6b2f309acacf499380c7 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 5 Sep 2017 16:32:46 +0100 Subject: added nametag setting to mob registry --- api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api.txt') diff --git a/api.txt b/api.txt index 5fbcbfe..32a6e31 100644 --- a/api.txt +++ b/api.txt @@ -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() -- cgit v1.2.3