forked from mtcontrib/tsm_pyramids
Add doc_items help texts
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user