forked from mtcontrib/pipeworks
old pipes were overridind the pipeworks:pipe defintion that belongs with the
new pipes.
This commit is contained in:
parent
4597b1b59a
commit
83f853d2ae
2
init.lua
2
init.lua
|
@ -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", {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user