diff options
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | oldpipes.lua | 2 |
2 files changed, 2 insertions, 2 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", { 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", |