forked from nalc/homedecor_modpack
923198a2dd
There are 3 false positives remaining after this patch, so the bulk of the issues are fixed now.
24 lines
304 B
Lua
24 lines
304 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"minetest", "core",
|
|
"dump",
|
|
"vector", "nodeupdate",
|
|
"VoxelManip", "VoxelArea",
|
|
"PseudoRandom", "ItemStack",
|
|
"intllib",
|
|
"default",
|
|
"stairsplus",
|
|
"signs_lib",
|
|
"beds",
|
|
"technic",
|
|
"mesecon",
|
|
}
|
|
|
|
globals = {
|
|
"armor",
|
|
}
|
|
|