Hi! I'm fairly new to modding in general but I've figured out datagen, and was wondering if there's a way to make a custom smithing recipe datagen? (As in, I have a template for another material to put on tools.)
if you need a custom smithing upgrade recipe, look at how offerNetheriteUpgradeRecipe uses SmithingTransformRecipeJsonBuilder and build your own recipe from the SmithingTransformRecipeJsonBuilder (or your own helper to do it for you)