1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-01 07:40:34 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-08-11 20:30:19 +02:00

View File

@ -261,3 +261,11 @@ if minetest.get_modpath("mesecons_mvps") ~= nil then
end end
end) end)
end end
-- Expose teleport tube database API for other mods
pipeworks.tptube = {
hash = hash,
save_tube_db = save_tube_db,
get_db = function() return tp_tube_db or read_tube_db() end,
tp_tube_db_version = tp_tube_db_version
}