mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2024-11-19 22:03:55 +01:00
20 lines
294 B
Plaintext
20 lines
294 B
Plaintext
|
unused_args = false
|
||
|
allow_defined_top = true
|
||
|
max_line_length = 999
|
||
|
|
||
|
globals = {
|
||
|
"tp"
|
||
|
}
|
||
|
|
||
|
read_globals = {
|
||
|
string = {fields = {"split", "trim"}},
|
||
|
table = {fields = {"copy", "getn"}},
|
||
|
|
||
|
"minetest", "core",
|
||
|
"vector", "ItemStack",
|
||
|
"dump", "dump2",
|
||
|
|
||
|
"chat2", "gamehub",
|
||
|
"intllib", "areas",
|
||
|
|
||
|
}
|