Add Help alias for lit redstone ore

This commit is contained in:
Wuzzy 2017-03-20 18:15:08 +01:00
parent b1b45274e4
commit 838b126cea
1 changed files with 5 additions and 0 deletions

View File

@ -189,6 +189,11 @@ minetest.register_node("mcl_core:stone_with_redstone_lit", {
_mcl_hardness = 3,
})
-- Add entry alias for the Help
if minetest.get_modpath("doc") then
doc.add_entry_alias("nodes", "mcl_core:stone_with_redstone", "nodes", "mcl_core:stone_with_redstone_lit")
end
minetest.register_node("mcl_core:stone_with_lapis", {
description = "Lapis Lazuli Ore",
_doc_items_longdesc = "Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.",