old pipes were overridind the pipeworks:pipe defintion that belongs with the

new pipes.
This commit is contained in:
Vanessa Ezekowitz 2012-08-24 10:31:18 -04:00
parent 4597b1b59a
commit 83f853d2ae
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ for zp = 0, 1 do
end, end,
after_dig_node = function(pos) after_dig_node = function(pos)
pipe_scanforobjects(pos) pipe_scanforobjects(pos)
end end,
}) })
minetest.register_node("pipeworks:pipe_"..pname.."_loaded", { minetest.register_node("pipeworks:pipe_"..pname.."_loaded", {

View File

@ -15,7 +15,7 @@ local nodenames = {
"crossing_xz", "crossing_xz",
"crossing_xy", "crossing_xy",
"crossing_xyz", "crossing_xyz",
"pipe", "pipe_segment",
"cap_neg_x", "cap_neg_x",
"cap_pos_x", "cap_pos_x",
"cap_neg_y", "cap_neg_y",