mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-03-15 06:01:23 +00:00
17 lines
220 B
Lua
17 lines
220 B
Lua
globals = {
|
|
"fediauth",
|
|
"minetest"
|
|
}
|
|
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Minetest
|
|
"vector", "ItemStack",
|
|
"dump", "dump2",
|
|
"VoxelArea",
|
|
|
|
}
|
|
|