![]() |
tModLoader v2023.10
A mod to make and play Terraria mods
|
Inherits ItemCreationContext.
Public Member Functions | |
RecipeItemCreationContext (Recipe recipe, List< Item > consumedItems, Item destinationStack) | |
Public Attributes | |
readonly List< Item > | ConsumedItems |
Cloned list of Items consumed when crafting. | |
Item | DestinationStack |
An item stack that the created item will be combined with (via OnStack). For normal crafting, this is Main.mouseItem | |
readonly Recipe | Recipe |