1.2.0 - Added the Vanilla Material(s) & Quantity to config
This commit is contained in:
@@ -38,8 +38,11 @@ namespace tTP.Content.Items.Placeable
|
||||
}
|
||||
} else
|
||||
{
|
||||
recipe.AddIngredient(ItemID.IronBar, 10);
|
||||
recipe.AddIngredient(ItemID.FallenStar, 1);
|
||||
int mlc = config.VanillaMatsList.Count;
|
||||
for (int vm = 0; vm < mlc; vm++)
|
||||
{
|
||||
recipe.AddIngredient(config.VanillaMatsList[vm], config.VanillaMatsListQty[vm]);
|
||||
}
|
||||
}
|
||||
recipe.AddTile(TileID.WorkBenches);
|
||||
recipe.Register();
|
||||
|
||||
Reference in New Issue
Block a user