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

◆ AddRecipeGroups()

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

Override this method to add recipe groups to this mod. You must add recipe groups by calling the RecipeGroup.RegisterGroup method here. A recipe group is a set of items that can be used interchangeably in the same recipe.

Definition at line 437 of file Mod.cs.

438 {
439 }