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