Unless I'm missing it you need to add
@PART[JSatFrame]
{
vesselType = Probe
}
And if it was me I would do
@PART[JSatFrame]
{
vesselType = Probe
MODULE
{
name = ModuleProbeControlPoint
minimumCrew = 1
multiHop = True
}
@MODULE[ModuleCommand]
{
hibernationMultiplier = 0.00125
}
@MODULE[ModuleKerbNetAccess]
{
%DISPLAY_MODES
{
%Mode = Terrain,#autoLOC_438839 //#autoLOC_438839 = Terrain
}
}
MODULE
{
name = ModuleScienceContainer
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
storageRange = 1.3
canBeTransferredToInVessel = True
canTransferInVessel = True
}
}