thanks redbeard apperently i forgot my github password then it didnt recognise my ip and well its been a runaround resetting it.
but i took an old deftailoring.cs and pasted
#region Containers
AddCraft(typeof(Bag),"Containers","Bag",30,105,typeof(Leather),"Bag",4,"Tailoring");
AddCraft(typeof(Backpack),"Containers","Backpack",40,105,typeof(Leather),"Backpack",7,"Tailoring");
AddCraft(typeof(Pouch),"Containers","Pouch",50,105,typeof(Leather),"Pouch",9,"Tailoring");
#endregion
problem solved but thought id mention it. although i believe i have had this problem before on other publishes, i just used names instead of labels.