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
|
@ -1,5 +1,6 @@
|
|||
minetest.register_node("mcl_farming:potato_1", {
|
||||
description = "Premature Potato Plant (First Stage)",
|
||||
_doc_items_entry_name = "Premature Potato Plant",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
drawtype = "plantlike",
|
||||
|
@ -18,6 +19,7 @@ minetest.register_node("mcl_farming:potato_1", {
|
|||
|
||||
minetest.register_node("mcl_farming:potato_2", {
|
||||
description = "Premature Potato Plant (Second Stage)",
|
||||
_doc_items_create_entry = false,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
drawtype = "plantlike",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue