mirror of
https://github.com/mt-mods/controls.git
synced 2024-11-08 16:13:46 +01:00
17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
|
allow_defined_top = true
|
||
|
|
||
|
globals = {
|
||
|
"controls",
|
||
|
}
|
||
|
|
||
|
read_globals = {
|
||
|
-- Stdlib
|
||
|
string = {fields = {"split"}},
|
||
|
table = {fields = {"copy", "getn"}},
|
||
|
|
||
|
-- Minetest
|
||
|
"minetest",
|
||
|
"vector", "ItemStack",
|
||
|
"dump"
|
||
|
}
|