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

◆ AddNebulaFurniture()

static void Terraria.Recipe.AddNebulaFurniture ( )
inlinestaticprivate

Definition at line 14879 of file Recipe.cs.

14880 {
14881 currentRecipe.createItem.SetDefaults(4231);
14882 currentRecipe.createItem.stack = 10;
14883 currentRecipe.SetIngredients(3, 10, 3457, 1);
14884 currentRecipe.SetCraftingStation(412);
14885 AddRecipe();
14886 currentRecipe.createItem.SetDefaults(4235);
14887 currentRecipe.createItem.stack = 4;
14888 currentRecipe.SetIngredients(4231, 1);
14889 currentRecipe.SetCraftingStation(18);
14890 AddRecipe();
14891 currentRecipe.createItem.SetDefaults(4187);
14892 currentRecipe.SetIngredients(4231, 14);
14893 currentRecipe.SetCraftingStation(412);
14894 AddRecipe();
14895 currentRecipe.createItem.SetDefaults(4188);
14896 currentRecipe.SetIngredients(4231, 15, 225, 5);
14897 currentRecipe.SetCraftingStation(412);
14898 AddRecipe();
14899 currentRecipe.createItem.SetDefaults(4189);
14900 currentRecipe.SetIngredients(4231, 20, 149, 10);
14901 currentRecipe.SetCraftingStation(412);
14902 AddRecipe();
14903 currentRecipe.createItem.SetDefaults(4190);
14904 currentRecipe.SetIngredients(4231, 16);
14905 currentRecipe.SetCraftingStation(412);
14906 AddRecipe();
14907 currentRecipe.createItem.SetDefaults(4191);
14908 currentRecipe.SetIngredients(4231, 5, 8, 3);
14909 currentRecipe.SetCraftingStation(412);
14910 AddRecipe();
14911 currentRecipe.createItem.SetDefaults(4192);
14912 currentRecipe.SetIngredients(4231, 4, 8, 1);
14913 currentRecipe.SetCraftingStation(412);
14914 AddRecipe();
14915 currentRecipe.createItem.SetDefaults(4193);
14916 currentRecipe.SetIngredients(4231, 4);
14917 currentRecipe.SetCraftingStation(412);
14918 AddRecipe();
14919 currentRecipe.createItem.SetDefaults(4194);
14920 currentRecipe.SetIngredients(4231, 4, 8, 4, 85, 1);
14921 currentRecipe.SetCraftingStation(412);
14922 AddRecipe();
14923 currentRecipe.createItem.SetDefaults(4195);
14924 currentRecipe.SetIngredients(4231, 8, 22, 2);
14925 currentRecipe.SetCraftingStation(412);
14926 currentRecipe.anyIronBar = true;
14927 AddRecipe();
14928 currentRecipe.createItem.SetDefaults(4196);
14929 currentRecipe.SetIngredients(4231, 10, 22, 3, 170, 6);
14930 currentRecipe.SetCraftingStation(412);
14931 currentRecipe.anyIronBar = true;
14932 AddRecipe();
14933 currentRecipe.createItem.SetDefaults(4197);
14934 currentRecipe.SetIngredients(4231, 6);
14935 currentRecipe.SetCraftingStation(412);
14936 AddRecipe();
14937 currentRecipe.createItem.SetDefaults(4198);
14938 currentRecipe.SetIngredients(8, 1, 4231, 3);
14939 currentRecipe.SetCraftingStation(412);
14940 AddRecipe();
14941 currentRecipe.createItem.SetDefaults(4199);
14942 currentRecipe.SetIngredients(4231, 6, 8, 1);
14943 currentRecipe.SetCraftingStation(412);
14944 AddRecipe();
14945 currentRecipe.createItem.SetDefaults(4200);
14946 currentRecipe.SetIngredients(4231, 15, 154, 4, 149, 1);
14947 currentRecipe.SetCraftingStation(412);
14948 AddRecipe();
14949 currentRecipe.createItem.SetDefaults(4202);
14950 currentRecipe.SetIngredients(4231, 6, 206, 1);
14951 currentRecipe.SetCraftingStation(412);
14952 AddRecipe();
14953 currentRecipe.createItem.SetDefaults(4203);
14954 currentRecipe.SetIngredients(4231, 5, 225, 2);
14955 currentRecipe.SetCraftingStation(412);
14956 AddRecipe();
14957 currentRecipe.createItem.SetDefaults(4204);
14958 currentRecipe.SetIngredients(4231, 8);
14959 currentRecipe.SetCraftingStation(412);
14960 AddRecipe();
14961 currentRecipe.createItem.SetDefaults(4205);
14962 currentRecipe.SetIngredients(4231, 10);
14963 currentRecipe.SetCraftingStation(412);
14964 AddRecipe();
14965 currentRecipe.createItem.SetDefaults(4207);
14966 currentRecipe.SetIngredients(4231, 6);
14967 currentRecipe.SetCraftingStation(412);
14968 AddRecipe();
14969 }
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: