data/global.lua:73: bad argument #1 to 'pairs' (table expected, got nil)
Assuming line 73 is this:
if table.contains(groundIds, ground.itemid) and table.contains(actionIds.pickHoles, ground.actionid) then
Either groundIds is nil or actionIds.pickHoles is nil.
to figure out which one, simply...