TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ AddRecipes()

virtual void Terraria.ModLoader.Mod.AddRecipes ( )
inlinevirtualinherited

Override this method to add recipes to the game. It is recommended that you do so through instances of Recipe, since it provides methods that simplify recipe creation.

Definition at line 445 of file Mod.cs.

446 {
447 }