mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-07-07 02:30:39 +02:00
Check only for tubelib since tubelib2 will be provided by tubelib's requirement
This commit is contained in:
@ -314,7 +314,7 @@ minetest.register_node("digilines:chest", {
|
||||
end
|
||||
})
|
||||
|
||||
if minetest.global_exists("tubelib") and minetest.global_exists("tubelib2") then
|
||||
if minetest.global_exists("tubelib") then
|
||||
local speculative_pull = nil
|
||||
local pull_succeeded = function(passed_speculative_pull)
|
||||
if passed_speculative_pull.canceled then return end
|
||||
|
Reference in New Issue
Block a user