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