summaryrefslogtreecommitdiff
path: root/tubes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tubes.lua')
-rw-r--r--tubes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tubes.lua b/tubes.lua
index 0faa8f5..1a31971 100644
--- a/tubes.lua
+++ b/tubes.lua
@@ -1,6 +1,6 @@
-- This file supplies the various kinds of pneumatic tubes
-tubenodes={}
+pipeworks.tubenodes={}
minetest.register_alias("pipeworks:tube", "pipeworks:tube_000000")
@@ -118,7 +118,7 @@ for zp = 0, 1 do
wscale = {x=1,y=1,z=0.01}
end
- table.insert(tubenodes,name.."_"..tname)
+ table.insert(pipeworks.tubenodes,name.."_"..tname)
local nodedef={
description = tubedesc,