mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
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:
parent
fbdaaeec11
commit
37fad48ec8
11 changed files with 239 additions and 144 deletions
1
init.lua
1
init.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue