mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-21 14:53:53 +01:00
20 lines
312 B
Lua
Executable File
20 lines
312 B
Lua
Executable File
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"minetest",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Builtin
|
|
"vector", "ItemStack",
|
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
|
|
|
-- Mod deps
|
|
"default",
|
|
"mesecon",
|
|
}
|