Timbers acquired through crafting have lowercase NBT tags for their wood type, whereas timbers got from using the salvage station have uppercase letters.
Gained through regular crafting:
.withTag({MF_CustomMaterials: {main_metal: "refinedwood"}})
Gained through salvage station:
.withTag({MF_CustomMaterials: {main_metal: "RefinedWood"}})
Unsure if this extends to ingots or other items but I don't believe it does.
Timbers acquired through crafting have lowercase NBT tags for their wood type, whereas timbers got from using the salvage station have uppercase letters.
Gained through regular crafting: