Add _doc_items_create_entry fields for doc_items
This commit is contained in:
parent
194ec03b68
commit
aabb1e972d
28 changed files with 66 additions and 4 deletions
|
@ -75,6 +75,7 @@ local register_slice = function(level, nodebox, desc)
|
|||
|
||||
minetest.register_node(this, {
|
||||
description = desc,
|
||||
_doc_items_create_entry = false,
|
||||
tiles = cake_texture,
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue