forked from your-land/yl_cinema
27 lines
409 B
Lua
27 lines
409 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"minetest",
|
|
"core",
|
|
"yl_cinema",
|
|
"replacer"
|
|
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
"mesecon",
|
|
|
|
-- Builtin
|
|
"vector", "ItemStack",
|
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
|
|
|
-- MTG
|
|
"default", "sfinv", "creative",
|
|
}
|
|
|
|
exclude_files = {
|
|
"json.lua",
|
|
} |