Check if this fixes your problems. 
@knkrupar321 and 
@Azazellea
		 
It actually loads now, which is a huge improvement for me but its still not completely working 
[ChildToNPC] This mod failed in the GameLoop.GameLaunched event. Technical details:
System.InvalidOperationException: The ChildToNPC.IContentPatcherAPI interface defines method RegisterToken which doesn't exist in the API.
   at StardewModdingAPI.Framework.Reflection.InterfaceProxyBuilder..ctor(String name, ModuleBuilder moduleBuilder, Type interfaceType, Type targetType)
   at StardewModdingAPI.Framework.Reflection.InterfaceProxyFactory.CreateProxy[TInterface](Object instance, String sourceModID, String targetModID)
   at StardewModdingAPI.Framework.ModHelpers.ModRegistryHelper.GetApi[TInterface](String uniqueID)
   at ChildToNPC.ModEntry.OnGameLaunched(Object sender, GameLaunchedEventArgs e)
   at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match)