summaryrefslogtreecommitdiff
path: root/node_axle.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-08 01:38:30 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-08 01:38:30 -0700
commitcc264477bb73cb0a5b0eca901ae268944e514d70 (patch)
treeae403ff556e5928e222bb9a29d7ea13367df832d /node_axle.lua
parentd7e5309833bc7044447982424dc8431d84d7a1a0 (diff)
Rotation unit didn't give the right thing back when dug
Diffstat (limited to 'node_axle.lua')
-rw-r--r--node_axle.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_axle.lua b/node_axle.lua
index 5859777..c30a401 100644
--- a/node_axle.lua
+++ b/node_axle.lua
@@ -1,7 +1,7 @@
minetest.register_node("digtron:axle", {
description = "Digtron Rotation Unit",
groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 1},
- drop = "digtron:axel",
+ drop = "digtron:axle",
sounds = digtron.metal_sounds,
paramtype = "light",
paramtype2= "facedir",