summaryrefslogtreecommitdiff
path: root/node_axle.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-17 19:57:20 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-17 19:57:20 -0700
commit5a30fe40e30b20290ad349d5ec0a4eeb69569381 (patch)
tree0cb1d7a6efe53b935e03f07b99e0edd43aff0cce /node_axle.lua
parenta3a1402e1b9ef6578375b07654a1c25765104955 (diff)
Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes.
Diffstat (limited to 'node_axle.lua')
-rw-r--r--node_axle.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/node_axle.lua b/node_axle.lua
index de221b3..de10e1d 100644
--- a/node_axle.lua
+++ b/node_axle.lua
@@ -1,5 +1,7 @@
minetest.register_node("digtron:axle", {
- description = "Digtron Rotation Unit",
+ description = "Digtron Rotation Axle",
+ _doc_items_longdesc = digtron.doc.axle_longdesc,
+ _doc_items_usagehelp = digtron.doc.axle_usagehelp,
groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 1},
drop = "digtron:axle",
sounds = digtron.metal_sounds,