Explain that item entries are added automatically

This commit is contained in:
Wuzzy 2016-12-19 15:07:55 +01:00
parent 9673deffec
commit 2edf7d7f68

View File

@ -15,6 +15,10 @@ minetest.register_craftitem("doc_example:item1", {
})
-- These are just more example items which we use for the factoids later
--[[ PLEASE NOTE: The doc_items mod will automatically generate help entries for
all items (a few exceptions apply) without your intervention. But they will start
out hidden. When using this example, use the `/help_reveal` command to reveal
all item entries (for testing) ]]
minetest.register_craftitem("doc_example:item2", {
description = "doc_example test item 2",
group = { example = 2 },