Explain that item entries are added automatically
This commit is contained in:
parent
9673deffec
commit
2edf7d7f68
@ -15,6 +15,10 @@ minetest.register_craftitem("doc_example:item1", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- These are just more example items which we use for the factoids later
|
-- 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", {
|
minetest.register_craftitem("doc_example:item2", {
|
||||||
description = "doc_example test item 2",
|
description = "doc_example test item 2",
|
||||||
group = { example = 2 },
|
group = { example = 2 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user