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, 1 insertions, 0 deletions
diff --git a/tube_registration.lua b/tube_registration.lua
index 48fa912..7bef10e 100644
--- a/tube_registration.lua
+++ b/tube_registration.lua
@@ -108,6 +108,7 @@ 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)