Here's a quick fix for you:
1. Open recipes.xml of this mod - <game folder>/Mods/VehicleMadness_Overhaul_Beta2.0/Config/recipes.xml
2. Find the following lines:
<recipe name="TFPMotorcycleRepairTool" count="1" craft_time="70">
<ingredient name="HotwireKit" count="1"/>
<ingredient name="Tire" count="2"/>
<ingredient name="CarFootPump" count="1"/>
</recipe>
3. On the 4th line:
<ingredient name="CarFootPump" count="1"/>
change "CarFootPump" to "CarFootpump".
The result should look as follows:
<recipe name="TFPMotorcycleRepairTool" count="1" craft_time="70">
<ingredient name="HotwireKit" count="1"/>
<ingredient name="Tire" count="2"/>
<ingredient name="CarFootpump" count="1"/>
</recipe>
4. Save the file, restart the game.
That should do it...