public double GetResourceMaxAmount(string name)
 {
     return(ResourceHelper.getResourceMaxAmount(part, name));
 }