mirror of
https://github.com/joe7575/techpack.git
synced 2025-02-16 18:02:25 +01:00
further tubing improvement
This commit is contained in:
@ -54,7 +54,7 @@ end
|
||||
local function is_known_node(pointed_thing)
|
||||
if pointed_thing.type == "node" then
|
||||
local node = minetest.get_node(pointed_thing.under)
|
||||
if tubelib.KnownNodes[node.name] and not tubelib.TubeNames[node.name] then
|
||||
if tubelib.KnownNodes[node.name] then
|
||||
return pointed_thing.under
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user