Ejemplo n.º 1
0
 public override void AddRecipes()
 {
     if (AntiarisMod.Thorium != null && ModContent.TryGet <ModItem>(AntiarisMod.Thorium.Name, "A", out var anItem))
     {
         CreateRecipe()
         .AddIngredient(anItem.Type, 14)
         .AddIngredient(null, "BlunderbussBase", 1)
         .AddIngredient(ItemID.StoneBlock, 10)
         .AddTile(16)
         .Register();
     }
 }