From 83f853d2ae772f55b31307d0573b64820e274262 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 24 Aug 2012 10:31:18 -0400 Subject: [PATCH] old pipes were overridind the pipeworks:pipe defintion that belongs with the new pipes. --- init.lua | 2 +- oldpipes.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index bfab761..fe5d353 100644 --- a/init.lua +++ b/init.lua @@ -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", { diff --git a/oldpipes.lua b/oldpipes.lua index 585dc3d..90c8a27 100644 --- a/oldpipes.lua +++ b/oldpipes.lua @@ -15,7 +15,7 @@ local nodenames = { "crossing_xz", "crossing_xy", "crossing_xyz", - "pipe", + "pipe_segment", "cap_neg_x", "cap_pos_x", "cap_neg_y",