Wrong casing in .40sw receipt

when i try to craft reloaded .40sw ammo - it use .45 ACP casings…

i look into \items\ammo\40.json - it looks ok. casing - .40sw and no any of .45 casings.

which JSON i need to correct?
i think it’s misedit. ok. i potentially may fix it myself but i do not know which JSON i need.

fixed!
\json\recipes\ammo\pistol.json that is!
45_casing -> 40_casing(in .40 receipts)

Already fixed in mainline. Here is the PR containing the fix: