Translation: Add support for a few missing items

This commit is contained in:
Wuzzy 2019-03-16 02:38:36 +01:00
parent d45d53e455
commit cf9e440019
21 changed files with 156 additions and 1267 deletions

View file

@ -1,11 +1,11 @@
local S = mobs.intllib
local S = minetest.get_translator("mcl_mobs")
-- name tag
minetest.register_craftitem("mcl_mobs:nametag", {
description = S("Name Tag"),
_doc_items_longdesc = S("A name tag is an item to name a mob."),
_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 a mob with a rightclick. This uses up the name tag."),
_doc_items_usagehelp = S("Before you use the name tag, you need to set a name at an anvil. Then you can use the name tag to name a mob. This uses up the name tag."),
inventory_image = "mobs_nametag.png",
wield_image = "mobs_nametag.png",
stack_max = 64,