Ahh, I see the issue.. this mod requires both the internal name of the item and of the recipe to be identical, in order to create a reverse recipe for it. Internally, 248k seems to use the format "[item-name]_item" for the item, and "[item-name]_recipe" for the recipe, causing this mismatch.
Hmm, luckily for them, because the name change is at the end, I might be able to write a relatively simple patch for that.