Expose teleport tube database API

このコミットが含まれているのは:
SX 2020-08-09 23:09:31 +03:00
コミット 477a024034
1個のファイルの変更8行の追加0行の削除

ファイルの表示

@ -261,3 +261,11 @@ if minetest.get_modpath("mesecons_mvps") ~= nil then
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
}