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

◆ AddSandstoneFurniture()

static void Terraria.Recipe.AddSandstoneFurniture ( )
inlinestaticprivate

Definition at line 15300 of file Recipe.cs.

15301 {
15302 currentRecipe.createItem.SetDefaults(4720);
15303 currentRecipe.createItem.stack = 2;
15304 currentRecipe.SetIngredients(4051, 1);
15305 currentRecipe.SetCraftingStation(106);
15306 AddRecipe();
15307 currentRecipe.createItem.SetDefaults(4298);
15308 currentRecipe.SetIngredients(4051, 14);
15309 currentRecipe.SetCraftingStation(106);
15310 AddRecipe();
15311 currentRecipe.createItem.SetDefaults(4299);
15312 currentRecipe.SetIngredients(4051, 15, 225, 5);
15313 currentRecipe.SetCraftingStation(106);
15314 AddRecipe();
15315 currentRecipe.createItem.SetDefaults(4300);
15316 currentRecipe.SetIngredients(4051, 20, 149, 10);
15317 currentRecipe.SetCraftingStation(106);
15318 AddRecipe();
15319 currentRecipe.createItem.SetDefaults(4301);
15320 currentRecipe.SetIngredients(4051, 16);
15321 currentRecipe.SetCraftingStation(106);
15322 AddRecipe();
15323 currentRecipe.createItem.SetDefaults(4302);
15324 currentRecipe.SetIngredients(4051, 5, 8, 3);
15325 currentRecipe.SetCraftingStation(18);
15326 AddRecipe();
15327 currentRecipe.createItem.SetDefaults(4303);
15328 currentRecipe.SetIngredients(4051, 4, 8, 1);
15329 currentRecipe.SetCraftingStation(18);
15330 AddRecipe();
15331 currentRecipe.createItem.SetDefaults(4304);
15332 currentRecipe.SetIngredients(4051, 4);
15333 currentRecipe.SetCraftingStation(18);
15334 AddRecipe();
15335 currentRecipe.createItem.SetDefaults(4305);
15336 currentRecipe.SetIngredients(4051, 4, 8, 4, 85, 1);
15337 currentRecipe.SetCraftingStation(16);
15338 AddRecipe();
15339 currentRecipe.createItem.SetDefaults(4267);
15340 currentRecipe.SetIngredients(4051, 8, 22, 2);
15341 currentRecipe.SetCraftingStation(18);
15342 currentRecipe.anyIronBar = true;
15343 AddRecipe();
15344 currentRecipe.createItem.SetDefaults(4306);
15345 currentRecipe.SetIngredients(4051, 10, 22, 3, 170, 6);
15346 currentRecipe.SetCraftingStation(106);
15347 currentRecipe.anyIronBar = true;
15348 AddRecipe();
15349 currentRecipe.createItem.SetDefaults(4307);
15350 currentRecipe.SetIngredients(4051, 6);
15351 currentRecipe.SetCraftingStation(18);
15352 AddRecipe();
15353 currentRecipe.createItem.SetDefaults(4308);
15354 currentRecipe.SetIngredients(8, 1, 4051, 3);
15355 currentRecipe.SetCraftingStation(18);
15356 AddRecipe();
15357 currentRecipe.createItem.SetDefaults(4309);
15358 currentRecipe.SetIngredients(4051, 6, 8, 1);
15359 currentRecipe.SetCraftingStation(18);
15360 AddRecipe();
15361 currentRecipe.createItem.SetDefaults(4310);
15362 currentRecipe.SetIngredients(4051, 15, 154, 4, 149, 1);
15363 currentRecipe.SetCraftingStation(106);
15364 AddRecipe();
15365 currentRecipe.createItem.SetDefaults(4312);
15366 currentRecipe.SetIngredients(4051, 6, 206, 1);
15367 currentRecipe.SetCraftingStation(18);
15368 AddRecipe();
15369 currentRecipe.createItem.SetDefaults(4313);
15370 currentRecipe.SetIngredients(4051, 5, 225, 2);
15371 currentRecipe.SetCraftingStation(106);
15372 AddRecipe();
15373 currentRecipe.createItem.SetDefaults(4314);
15374 currentRecipe.SetIngredients(4051, 8);
15375 currentRecipe.SetCraftingStation(18);
15376 AddRecipe();
15377 currentRecipe.createItem.SetDefaults(4315);
15378 currentRecipe.SetIngredients(4051, 10);
15379 AddRecipe();
15380 currentRecipe.createItem.SetDefaults(4316);
15381 currentRecipe.SetIngredients(4051, 6);
15382 currentRecipe.SetCraftingStation(106);
15383 AddRecipe();
15384 }
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: