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