Terraria.ModLoader.RecipeHooks

This is where all ModRecipe and GlobalRecipe hooks are gathered and called.

Methods

RecipeAvailable(Terraria.Recipe)()
Returns whether or not the conditions are met for this recipe to be available for the player to use.
OnCraft(Terraria.Item,Terraria.Recipe)()
Allows you to make anything happen when a player uses this recipe.