Add _doc_items_create_entry fields for doc_items

This commit is contained in:
Wuzzy 2017-03-02 19:53:53 +01:00
parent 194ec03b68
commit aabb1e972d
28 changed files with 66 additions and 4 deletions

View file

@ -97,6 +97,7 @@ for zmy=0, 1 do
minetest.register_node("mesecons:wire_"..nodeid.."_off", {
description = "Redstone",
_doc_items_create_entry = nodeid == "00000000",
drawtype = "nodebox",
tiles = tiles_off,
is_ground_content = false,
@ -128,6 +129,7 @@ for zmy=0, 1 do
minetest.register_node("mesecons:wire_"..nodeid.."_on", {
description = "Redstone",
_doc_items_create_entry = false,
drawtype = "nodebox",
tiles = tiles_on,
is_ground_content = false,