Fixed typing for thrown weapons.

Cleaned up code.
This commit is contained in:
Big Duckie
2022-07-05 20:08:41 -06:00
parent 387174adf0
commit 0ea22f005c
9 changed files with 59 additions and 56 deletions
@@ -37,7 +37,7 @@ public class SparklingDemon : ModItem
public override void AddRecipes()
{
Recipe val = CreateRecipe();
val.AddIngredient(ModContent.ItemType<OniSlayer>());
val.AddIngredient(ModContent.ItemType<DemonSlayer>());
val.AddIngredient(ModContent.ItemType<Items.CraftingIngredients.GoddessGold>(), 6);
val.AddIngredient(ModContent.ItemType<Items.CraftingIngredients.SoulofWisdom>(), 6);
val.AddTile(TileID.AdamantiteForge);