mirror of
https://github.com/mt-mods/mail.git
synced 2025-08-16 03:06:43 -04:00
separated from webmail mod
This commit is contained in:
commit
ca88374fbd
19 changed files with 941 additions and 0 deletions
23
.luacheckrc
Normal file
23
.luacheckrc
Normal file
|
@ -0,0 +1,23 @@
|
|||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
"mail",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Minetest
|
||||
"minetest",
|
||||
"vector", "ItemStack",
|
||||
"dump",
|
||||
|
||||
-- Deps
|
||||
"unified_inventory", "default",
|
||||
|
||||
-- optional mods
|
||||
"xban"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue