Everything is still hitting the X or WeakSpotSolved

Here is what my file looks like, everything hits the weakspot/X. I only want the Chainsaw and Jackhammer to crit, Any ideas what I did wrong?

 

{
  "Automatically gather X Markers": true,
  "Automatically gather Ore Weak spots": true,
  "BlackList": [
    "concrete_hatchet.entity",
    "concrete_pickaxe.entity",
    "lumberjack_axe.entity",
    "lumberjack_pick.entity",
    "diver_hatchet.entity",
    "diver_pickaxe.entity",
    "frontier_hatchet.entity",
    "hatchet.entity",
    "pickaxe.entity",
    "axe_salvaged.entity",
    "rock.entity",
    "hammer_salvaged.entity",
    "icepick_salvaged.entity",
    "stonehatchet.entity",
    "stone_pickaxe.entity"
  ],
  "always hit weak point during period": true,
  "period start hour": 24,
  "period end hour": 24
}

{
"Automatically gather X Markers": true,
"Automatically gather Ore Weak spots": true,
"BlackList - false, whitelist - true": true,
"BlackList(false)": [
],
"Whitelist(true)": [
"chainsaw.entity",
"jackhammer.entity",
],
"ignore blacklist during period": true,
"period start hour": 19,
"period end hour": 10
}

 

You rock! Thank you.

Locked automatically