diff options
Diffstat (limited to 'node_axle.lua')
-rw-r--r-- | node_axle.lua | 4 |
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, |