mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-22 07:13:45 +01:00
23 lines
375 B
Lua
23 lines
375 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"minetest",
|
|
"mesecons_stealthnode",
|
|
"mesecons_random",
|
|
"stealthnode"
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Builtin
|
|
"vector", "ItemStack",
|
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
|
|
|
-- MTG
|
|
"default",
|
|
"mesecon"
|
|
}
|