mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2024-11-16 13:13:17 +00:00
18 lines
232 B
Lua
18 lines
232 B
Lua
globals = {
|
|
"otp"
|
|
}
|
|
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Minetest
|
|
"minetest", "vector", "ItemStack",
|
|
"dump", "dump2",
|
|
"VoxelArea",
|
|
|
|
-- testing
|
|
"mtt"
|
|
}
|