diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-24 10:31:18 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-24 10:31:18 -0400 |
commit | 83f853d2ae772f55b31307d0573b64820e274262 (patch) | |
tree | a8dba0032c6ab256eb5988835da2476ea6c52c0a /init.lua | |
parent | 4597b1b59a3c4ebec7b9e1d8e5a575144280b3b4 (diff) |
old pipes were overridind the pipeworks:pipe defintion that belongs with the
new pipes.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -274,7 +274,7 @@ for zp = 0, 1 do end, after_dig_node = function(pos) pipe_scanforobjects(pos) - end + end, }) minetest.register_node("pipeworks:pipe_"..pname.."_loaded", { |