diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-17 19:57:20 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-17 19:57:20 -0700 |
commit | 5a30fe40e30b20290ad349d5ec0a4eeb69569381 (patch) | |
tree | 0cb1d7a6efe53b935e03f07b99e0edd43aff0cce /node_builders.lua | |
parent | a3a1402e1b9ef6578375b07654a1c25765104955 (diff) |
Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes.
Diffstat (limited to 'node_builders.lua')
-rw-r--r-- | node_builders.lua | 4 |
1 files changed, 3 insertions, 1 deletions
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, |