Require naming of name tag before it's usable
This commit is contained in:
parent
449fc046dd
commit
15d7764c65
2 changed files with 14 additions and 79 deletions
|
@ -4,8 +4,8 @@ local S = mobs.intllib
|
|||
-- name tag
|
||||
minetest.register_craftitem("mobs:nametag", {
|
||||
description = S("Name Tag"),
|
||||
_doc_items_longdesc = S("A name tag is an item to name most animals and monsters."),
|
||||
_doc_items_usagehelp = S("Rightclick an animal or monster while holding the name tag, then enter a name."),
|
||||
_doc_items_longdesc = S("A name tag is an item to name an animal."),
|
||||
_doc_items_usagehelp = S("Before you use the name tag, you need to set a name at an anvil. Now you can use the name tag to name an animal with a rightclick. This uses up the name tag."),
|
||||
inventory_image = "mobs_nametag.png",
|
||||
wield_image = "mobs_nametag.png",
|
||||
stack_max = 64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue