Players getting craft timer for wood lock
I did not restrict Wooden Lock to be in Instant Craft but Players are still getting craft timer for Wood Lock. 
its not a bug, it was made specially
How can I give instant craft to that item? I mean my CFG file is empty. Sorry. :'(

{
  "Check for free place": true,
  "Split crafted stacks": false,
  "Normal Speed": [
    ""
  ],
  "Blacklist": [
    ""
  ]
}​
You could replace line 44 with this line
if (targetName.Equals("car.key") || targetName.Equals("door.key"))​
Not sure if door keys also were a problem or if it was just car keys, if not then just need the car keys.
I would like to get this fixed as well..