summaryrefslogtreecommitdiff
path: root/tube_registration.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tube_registration.lua')
-rw-r--r--tube_registration.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tube_registration.lua b/tube_registration.lua
index 7bef10e..48fa912 100644
--- a/tube_registration.lua
+++ b/tube_registration.lua
@@ -108,7 +108,6 @@ local register_one_tube = function(name, tname, dropname, desc, plain, noctrs, e
},
after_place_node = pipeworks.after_place,
after_dig_node = pipeworks.after_dig,
- on_rotate = false,
on_blast = function(pos, intensity)
if not intensity or intensity > 1 + 3^0.5 then
minetest.remove_node(pos)