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 | |
| parent | 4597b1b59a3c4ebec7b9e1d8e5a575144280b3b4 (diff) | |
old pipes were overridind the pipeworks:pipe defintion that belongs with the
new pipes.
| -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", | 
