From 5a30fe40e30b20290ad349d5ec0a4eeb69569381 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 17 Jan 2017 19:57:20 -0700 Subject: Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes. --- node_builders.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'node_builders.lua') diff --git a/node_builders.lua b/node_builders.lua index 50f485d..dfabd9f 100644 --- a/node_builders.lua +++ b/node_builders.lua @@ -2,7 +2,9 @@ -- Builds objects in the targeted node. This is a complicated beastie. minetest.register_node("digtron:builder", { - description = "Builder Unit", + description = "Digtron Builder Module", + _doc_items_longdesc = digtron.doc.builder_longdesc, + _doc_items_usagehelp = digtron.doc.builder_usagehelp, groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 4}, drop = "digtron:builder", sounds = digtron.metal_sounds, -- cgit v1.2.3