Add help for spawn eggs and name tags

This commit is contained in:
Wuzzy 2017-03-18 18:08:18 +01:00
parent 1b3a2550f1
commit 564c94e18e
2 changed files with 4 additions and 0 deletions

View file

@ -2826,6 +2826,8 @@ function mobs:register_egg(mob, desc, background, addegg, no_creative)
minetest.register_craftitem(mob, {
description = desc,
_doc_items_longdesc = "So called “spawn eggs” are items which are used to spawn a single monster or animal.",
_doc_items_usagehelp = "Place the spawn egg on any block to make a mob appear at this position.",
inventory_image = invimg,
groups = grp,