Add a tooltip for elapsed time since the delivery

It adds the file util/time_ago.lua in order to re-use the function further
This commit is contained in:
Athozus 2023-07-16 19:42:08 +02:00
parent fbdaaeec11
commit 37fad48ec8
No known key found for this signature in database
GPG key ID: B50895022E8484BF
11 changed files with 239 additions and 144 deletions

View file

@ -62,6 +62,7 @@ local MP = minetest.get_modpath(minetest.get_current_modname())
dofile(MP .. "/util/normalize.lua")
dofile(MP .. "/util/contact.lua")
dofile(MP .. "/util/uuid.lua")
dofile(MP .. "/util/time_ago.lua")
dofile(MP .. "/chatcommands.lua")
dofile(MP .. "/migrate.lua")
dofile(MP .. "/hud.lua")