Add doc_items help texts

This commit is contained in:
Wuzzy
2016-11-22 05:01:55 +01:00
parent 273e11dd40
commit b447f0af75
5 changed files with 23 additions and 1 deletions

View File

@ -312,6 +312,8 @@ minetest.register_entity("tsm_pyramids:mummy_spawner", spawner_DEF)
minetest.register_craftitem("tsm_pyramids:spawn_egg", {
description = S("Mummy spawn-egg"),
_doc_items_longdesc = S("Can be used to create a hostile mummy."),
_doc_items_usagehelp = S("Place the egg to create a mummy on this spot. Careful, it will probably attack immediately!"),
inventory_image = "tsm_pyramids_mummy_egg.png",
liquids_pointable = false,
stack_max = 99,
@ -340,6 +342,7 @@ end
minetest.register_node("tsm_pyramids:spawner_mummy", {
description = S("Mummy spawner"),
_doc_items_longdesc = S("A mummy spawner causes hostile mummies to appear its vicinity as long it exists."),
paramtype = "light",
tiles = {"tsm_pyramids_spawner.png"},
is_ground_content = false,