|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inline |
Adds a required crafting station with the given tile type to this recipe. Ex: recipe.AddTile(TileID.WorkBenches)
| tileID | The tile identifier. |
| T:Terraria.ModLoader.Exceptions.RecipeException | No tile has ID " + tileID |
Definition at line 16299 of file Recipe.cs.
References Terraria.Recipe.requiredTile, and Terraria.ModLoader.TileLoader.TileCount.
Referenced by Terraria.Recipe.AddTile(), Terraria.Recipe.AddTile(), and Terraria.Recipe.AddTile< T >().
Here is the caller graph for this function: