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
|
@ -126,6 +126,7 @@ minetest.register_node("mcl_hoppers:hopper", {
|
|||
|
||||
minetest.register_node("mcl_hoppers:hopper_side", {
|
||||
description = "Hopper (Side)",
|
||||
_doc_items_create_entry = false,
|
||||
drop = "mcl_hoppers:hopper",
|
||||
groups = {pickaxey=1, container=2,not_in_creative_inventory=1},
|
||||
drawtype = "nodebox",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue