mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-14 21:51:24 +00:00
21 lines
380 B
Lua
21 lines
380 B
Lua
globals = {
|
|
"mail",
|
|
}
|
|
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn", "indexof", "insert_all"}},
|
|
beerchat = {fields = {"has_player_muted_player", "execute_callbacks"}},
|
|
|
|
-- Luanti
|
|
"core",
|
|
"vector", "ItemStack",
|
|
"dump",
|
|
|
|
-- Deps
|
|
"unified_inventory", "default", "sfinv_buttons",
|
|
|
|
-- optional mods
|
|
"mtt", "canonical_name"
|
|
}
|