summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-07-04 03:12:45 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-07-04 03:12:45 -0400
commit2f843fdd767a71bb51f8d31908ff03399cd97703 (patch)
treefb5de741890d908b612964307ea0d7c36700377a /init.lua
parent7d8be5ddf0c716150e6fed5d4ef3fa79412749fa (diff)
downloadpipeworks-2f843fdd767a71bb51f8d31908ff03399cd97703.tar
pipeworks-2f843fdd767a71bb51f8d31908ff03399cd97703.tar.gz
pipeworks-2f843fdd767a71bb51f8d31908ff03399cd97703.tar.bz2
pipeworks-2f843fdd767a71bb51f8d31908ff03399cd97703.tar.xz
pipeworks-2f843fdd767a71bb51f8d31908ff03399cd97703.zip
remove a bunch of useless metadata and settings
("pipelike" everywhere, but it isn't used for anything)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/init.lua b/init.lua
index c2baa14..b592d01 100644
--- a/init.lua
+++ b/init.lua
@@ -310,11 +310,6 @@ for zp = 0, 1 do
sounds = default.node_sound_wood_defaults(),
walkable = true,
drop = "pipeworks:pipe_110000_empty",
- pipelike=1,
- on_construct = function(pos)
- local meta = minetest.get_meta(pos)
- meta:set_int("pipelike",1)
- end,
after_place_node = function(pos)
pipe_scanforobjects(pos)
end,
@@ -342,11 +337,6 @@ for zp = 0, 1 do
sounds = default.node_sound_wood_defaults(),
walkable = true,
drop = "pipeworks:pipe_110000_empty",
- pipelike=1,
- on_construct = function(pos)
- local meta = minetest.get_meta(pos)
- meta:set_int("pipelike",1)
- end,
after_place_node = function(pos)
pipe_scanforobjects(pos)
end,