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

◆ AddVortexFurniture()

static void Terraria.Recipe.AddVortexFurniture ( )
inlinestaticprivate

Definition at line 14787 of file Recipe.cs.

14788 {
14789 currentRecipe.createItem.SetDefaults(4230);
14790 currentRecipe.createItem.stack = 10;
14791 currentRecipe.SetIngredients(3, 10, 3456, 1);
14792 currentRecipe.SetCraftingStation(412);
14793 AddRecipe();
14794 currentRecipe.createItem.SetDefaults(4234);
14795 currentRecipe.createItem.stack = 4;
14796 currentRecipe.SetIngredients(4230, 1);
14797 currentRecipe.SetCraftingStation(18);
14798 AddRecipe();
14799 currentRecipe.createItem.SetDefaults(4166);
14800 currentRecipe.SetIngredients(4230, 14);
14801 currentRecipe.SetCraftingStation(412);
14802 AddRecipe();
14803 currentRecipe.createItem.SetDefaults(4167);
14804 currentRecipe.SetIngredients(4230, 15, 225, 5);
14805 currentRecipe.SetCraftingStation(412);
14806 AddRecipe();
14807 currentRecipe.createItem.SetDefaults(4168);
14808 currentRecipe.SetIngredients(4230, 20, 149, 10);
14809 currentRecipe.SetCraftingStation(412);
14810 AddRecipe();
14811 currentRecipe.createItem.SetDefaults(4169);
14812 currentRecipe.SetIngredients(4230, 16);
14813 currentRecipe.SetCraftingStation(412);
14814 AddRecipe();
14815 currentRecipe.createItem.SetDefaults(4170);
14816 currentRecipe.SetIngredients(4230, 5, 8, 3);
14817 currentRecipe.SetCraftingStation(412);
14818 AddRecipe();
14819 currentRecipe.createItem.SetDefaults(4171);
14820 currentRecipe.SetIngredients(4230, 4, 8, 1);
14821 currentRecipe.SetCraftingStation(412);
14822 AddRecipe();
14823 currentRecipe.createItem.SetDefaults(4172);
14824 currentRecipe.SetIngredients(4230, 4);
14825 currentRecipe.SetCraftingStation(412);
14826 AddRecipe();
14827 currentRecipe.createItem.SetDefaults(4173);
14828 currentRecipe.SetIngredients(4230, 4, 8, 4, 85, 1);
14829 currentRecipe.SetCraftingStation(412);
14830 AddRecipe();
14831 currentRecipe.createItem.SetDefaults(4174);
14832 currentRecipe.SetIngredients(4230, 8, 22, 2);
14833 currentRecipe.SetCraftingStation(412);
14834 currentRecipe.anyIronBar = true;
14835 AddRecipe();
14836 currentRecipe.createItem.SetDefaults(4175);
14837 currentRecipe.SetIngredients(4230, 10, 22, 3, 170, 6);
14838 currentRecipe.SetCraftingStation(412);
14839 currentRecipe.anyIronBar = true;
14840 AddRecipe();
14841 currentRecipe.createItem.SetDefaults(4176);
14842 currentRecipe.SetIngredients(4230, 6);
14843 currentRecipe.SetCraftingStation(412);
14844 AddRecipe();
14845 currentRecipe.createItem.SetDefaults(4177);
14846 currentRecipe.SetIngredients(8, 1, 4230, 3);
14847 currentRecipe.SetCraftingStation(412);
14848 AddRecipe();
14849 currentRecipe.createItem.SetDefaults(4178);
14850 currentRecipe.SetIngredients(4230, 6, 8, 1);
14851 currentRecipe.SetCraftingStation(412);
14852 AddRecipe();
14853 currentRecipe.createItem.SetDefaults(4179);
14854 currentRecipe.SetIngredients(4230, 15, 154, 4, 149, 1);
14855 currentRecipe.SetCraftingStation(412);
14856 AddRecipe();
14857 currentRecipe.createItem.SetDefaults(4181);
14858 currentRecipe.SetIngredients(4230, 6, 206, 1);
14859 currentRecipe.SetCraftingStation(412);
14860 AddRecipe();
14861 currentRecipe.createItem.SetDefaults(4182);
14862 currentRecipe.SetIngredients(4230, 5, 225, 2);
14863 currentRecipe.SetCraftingStation(412);
14864 AddRecipe();
14865 currentRecipe.createItem.SetDefaults(4183);
14866 currentRecipe.SetIngredients(4230, 8);
14867 currentRecipe.SetCraftingStation(412);
14868 AddRecipe();
14869 currentRecipe.createItem.SetDefaults(4184);
14870 currentRecipe.SetIngredients(4230, 10);
14871 currentRecipe.SetCraftingStation(412);
14872 AddRecipe();
14873 currentRecipe.createItem.SetDefaults(4186);
14874 currentRecipe.SetIngredients(4230, 6);
14875 currentRecipe.SetCraftingStation(412);
14876 AddRecipe();
14877 }
static void AddRecipe()
Definition Recipe.cs:15835
static Recipe currentRecipe
Definition Recipe.cs:60

References Terraria.Recipe.AddRecipe(), and Terraria.Recipe.currentRecipe.

Referenced by Terraria.Recipe.SetupRecipes().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: