smart_villages/.luacheckrc

9 lines
171 B
Lua

allow_defined_top = true
read_globals = {
"minetest",
"dump", "vector",
"VoxelManip", "VoxelArea",
"ItemStack", "default", "doors",
table = { fields = { "copy" } }
}