Well, I didn't easily see if there's any exposed value for crafting types listed in the description, so... not without either a manual list of smithables, scraping the url for each item manually, or using some exposed value (whether one that I missed, or one from a custom-exposed edition of mafia) to easily compare...
ashq item newit = $item[dense meat stack]; boolean[item] checkers = $items[meat stack, dense meat stack, chrome meat stack]; foreach it in checkers { craft("smith", 1, newit, it); }