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
|
@ -597,6 +597,7 @@ function mcstair.add(name, stairtiles)
|
|||
})
|
||||
minetest.register_node(":"..name.."_outer", {
|
||||
description = node_def.description,
|
||||
_doc_items_create_entry = false,
|
||||
drawtype = "nodebox",
|
||||
tiles = outer_tiles,
|
||||
paramtype = "light",
|
||||
|
@ -619,6 +620,7 @@ function mcstair.add(name, stairtiles)
|
|||
})
|
||||
minetest.register_node(":"..name.."_inner", {
|
||||
description = node_def.description,
|
||||
_doc_items_create_entry = false,
|
||||
drawtype = "nodebox",
|
||||
tiles = inner_tiles,
|
||||
paramtype = "light",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue